diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-26 10:23:40 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-26 10:23:40 -0700 |
commit | 7219c072a8b08c35feffcfa2468b38e1132ad5cc (patch) | |
tree | 76c21f7265c8580d88e33f7c0d82ead2d5dfd394 /indra | |
parent | f0dafcfc7ce0c7c310ccb076b42572e0479754e2 (diff) | |
parent | 7cf82d2ae7667e2f9415e04207b2d93696dc4712 (diff) |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra')
-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 26ff1b5c55..fafc750690 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 = 1; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |