summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-18 16:55:59 -0400
committerOz Linden <oz@lindenlab.com>2011-03-18 16:55:59 -0400
commitab1943df22b4840efe14c55e04162b3b43406112 (patch)
tree586cce07c93d6e506d8f60053cab631c069da30b /indra/llcommon
parent0d9b196ded95f6f4e009cb15a200ccf7b974b9a7 (diff)
parentf64a20ddcff91677b02b7688e08819cffb0989c9 (diff)
pull back changes made in beta prep
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";