diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-06 11:00:08 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-06 11:00:08 -0800 |
commit | a61bb4eb21fb834480dbfe62a6722ba5c61720f0 (patch) | |
tree | 2bfa177bee8c5ca5791174947ad38c93389b4d87 /indra/llcommon | |
parent | 06a7f5ad02f7f81c06dc50fca6e29e5322c5631e (diff) | |
parent | 289d756ea86bd3898f41592146d8f549cd056846 (diff) |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.
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 27cdfcaa4e..a869c74189 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 = 2; -const S32 LL_VERSION_PATCH = 9; +const S32 LL_VERSION_MINOR = 3; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |