diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-18 19:27:40 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-18 19:27:40 -0400 |
commit | 902b33068fa4809915982712f369ecd8cea3c20d (patch) | |
tree | 7ff684256622d22551e8c34bcc07e830dbcf85b1 /indra/llcommon | |
parent | 53ce47fc1c2a713c6d7dd7fd9f98e50de727b974 (diff) |
increment viewer version to 3.2.0
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 e4ad7f4f54..1dc22519d7 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 = 1; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_MINOR = 2; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |