summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-24 09:24:13 -0400
committerOz Linden <oz@lindenlab.com>2011-10-24 09:24:13 -0400
commit5b221f01cf0bf7c83e96287c2ae3d84d5d23d537 (patch)
tree03b57480d0823ede5390666a78d565609a4bc144 /indra/llcommon
parente062be734ae421cc793a4c5e2e077a0c1d22262d (diff)
Backed out changeset 9bcc2b717663 (restore version number to 3.2.1)
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 1dc22519d7..aa37a03ef8 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 = 0;
+const S32 LL_VERSION_PATCH = 1;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";