summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-22 10:39:26 -0400
committerOz Linden <oz@lindenlab.com>2011-10-22 10:39:26 -0400
commite062be734ae421cc793a4c5e2e077a0c1d22262d (patch)
tree56edab693a1977fb117eb7e2d85b60648898cee1 /indra/llcommon
parent8d410326c937a375fa0eb7855678e590499a79d2 (diff)
correct version number for 3.2.0 beta 2
Diffstat (limited to 'indra/llcommon')
-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 aa37a03ef8..1dc22519d7 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 = 2;
-const S32 LL_VERSION_PATCH = 1;
+const S32 LL_VERSION_PATCH = 0;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";