summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-18 19:27:40 -0400
committerOz Linden <oz@lindenlab.com>2011-10-18 19:27:40 -0400
commit902b33068fa4809915982712f369ecd8cea3c20d (patch)
tree7ff684256622d22551e8c34bcc07e830dbcf85b1 /indra
parent53ce47fc1c2a713c6d7dd7fd9f98e50de727b974 (diff)
increment viewer version to 3.2.0
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llversionviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index e4ad7f4f54..1dc22519d7 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -28,8 +28,8 @@
#define LL_LLVERSIONVIEWER_H
const S32 LL_VERSION_MAJOR = 3;
-const S32 LL_VERSION_MINOR = 1;
-const S32 LL_VERSION_PATCH = 1;
+const S32 LL_VERSION_MINOR = 2;
+const S32 LL_VERSION_PATCH = 0;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";