summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-16 22:44:29 +0000
committerTofu Buzzard <no-email>2011-03-16 22:44:29 +0000
commit0671b6abc5acee0e7df879f9a10506aa42c2169c (patch)
treebaf736cc9a5f9de8fb1fa9f9bf95be0dacc7b72f /indra/llcommon/llversionviewer.h
parent1dffa1c78cd623fe8c930e128312260647bf91e7 (diff)
parent752b3fdbe044069635a2c6cd000c481561985954 (diff)
merge
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 3838b2b16c..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 = 3;
+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";