summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-19 18:56:28 -0400
committerOz Linden <oz@lindenlab.com>2011-03-19 18:56:28 -0400
commitf122d0939060fd597820a71d85a5c0d839bcff5d (patch)
tree960e91a3c8d3b7d9230ffabe572381676dca644a /indra/llcommon
parent2903ed47b8d3e4916000b1b8d4aefb67c11b1798 (diff)
parent1a7369408c0b2cd15dbdc79d045f3347a8ab47d1 (diff)
pull STORM-1089 beta fixes back to development
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 7d5afe92dc..117d96ffa6 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -29,7 +29,7 @@
const S32 LL_VERSION_MAJOR = 2;
const S32 LL_VERSION_MINOR = 6;
-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";