diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-01 15:35:13 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-01 15:35:13 -0800 |
commit | ed60f5b2d52a96f6144e611257b796fdcd561b7e (patch) | |
tree | 9f096fae94a2dfb4dcca64973890566dd13e3df9 /indra/llcommon | |
parent | 91028d2b3ba7c7bc2f32457f13f7deec06f4586e (diff) | |
parent | ca36a06d2e994178cecfae249f7f1cc3af3554a0 (diff) |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index a869c74189..26ff1b5c55 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 3; -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"; |