summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-16 21:22:45 -0400
committerOz Linden <oz@lindenlab.com>2011-03-16 21:22:45 -0400
commit31edad0a226a14b5b87fe364c629f8450bda567c (patch)
treee03ed820a759cd5d5c5f4f930762f73b0fe4cf24 /indra/llcommon/llversionviewer.h
parentb6e6ba224620e0b122062c88f40295c10ce8db2d (diff)
parent742dd75751f65224d80eb4f7d20daf5a21776c5f (diff)
merge changes for storm-357
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rw-r--r--indra/llcommon/llversionviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index 15e3ffe1da..117d96ffa6 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -28,8 +28,8 @@
#define LL_LLVERSIONVIEWER_H
const S32 LL_VERSION_MAJOR = 2;
-const S32 LL_VERSION_MINOR = 5;
-const S32 LL_VERSION_PATCH = 2;
+const S32 LL_VERSION_MINOR = 6;
+const S32 LL_VERSION_PATCH = 1;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";