diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-16 21:22:45 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-16 21:22:45 -0400 |
commit | 31edad0a226a14b5b87fe364c629f8450bda567c (patch) | |
tree | e03ed820a759cd5d5c5f4f930762f73b0fe4cf24 /indra/llcommon/llversionviewer.h | |
parent | b6e6ba224620e0b122062c88f40295c10ce8db2d (diff) | |
parent | 742dd75751f65224d80eb4f7d20daf5a21776c5f (diff) |
merge changes for storm-357
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 4 |
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"; |