diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-10-04 10:38:58 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-10-04 10:38:58 -0400 |
commit | bf7e1bb2d2b78d5f49c8c2276308646ce4854a29 (patch) | |
tree | 3036fa9bd43b3a769c7854ce212780b6b1202356 /indra/llcommon | |
parent | 1ead58914837f12e943ff1db4b71cd3ed379d01c (diff) | |
parent | d0e36ade5bb16e9e5a6aca9ee4f02fbe995cdfd8 (diff) |
Merged
Diffstat (limited to 'indra/llcommon')
-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 a4b2e06908..e4ad7f4f54 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,8 +28,8 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 3; -const S32 LL_VERSION_MINOR = 0; -const S32 LL_VERSION_PATCH = 6; +const S32 LL_VERSION_MINOR = 1; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |