summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-01-09 08:41:36 -0500
committerOz Linden <oz@lindenlab.com>2012-01-09 08:41:36 -0500
commit41ceee848bbbaec892471b6396bd2d2383d10aa3 (patch)
tree018e94722663648b36f1ed40e34ba9e0292b3c94
parent8c0023eec46c8a9cdba674acf8c07b488dac6f7c (diff)
increment viewer version to 3.2.7
-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 ec378761c2..7bba3d298f 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 = 6;
+const S32 LL_VERSION_PATCH = 7;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";