summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-03-27 15:37:40 -0400
committerOz Linden <oz@lindenlab.com>2012-03-27 15:37:40 -0400
commite69e229b3c3b8e112708c0f5cc3799166dec67b3 (patch)
tree165237713bc63f3f95e6e6933820996886510bc3 /indra
parente516b16be7c05f8509c860a63d56ade070b02ccb (diff)
parent7cf82d2ae7667e2f9415e04207b2d93696dc4712 (diff)
merge fix for MAINT-710
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llversionviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index 26ff1b5c55..fafc750690 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -29,7 +29,7 @@
const S32 LL_VERSION_MAJOR = 3;
const S32 LL_VERSION_MINOR = 3;
-const S32 LL_VERSION_PATCH = 1;
+const S32 LL_VERSION_PATCH = 2;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";