summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-31 16:08:55 -0700
committerOz Linden <oz@lindenlab.com>2011-10-31 16:08:55 -0700
commit8f47f2222c207938c8fc55158a6fff64ccf1e781 (patch)
treeb447a0d1c0e87448b49593deb722957f8743c29e
parent0f79a053c329e9b3206527badfc66e02605506d6 (diff)
increment viewer version to 3.2.1
-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..fc1c1449da 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 = 2;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";