diff options
author | Oz Linden <oz@lindenlab.com> | 2012-02-29 15:08:57 -0800 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-02-29 15:08:57 -0800 |
commit | ca36a06d2e994178cecfae249f7f1cc3af3554a0 (patch) | |
tree | adf57b6dd6dc1456b3a509ca74f051471cf6277f | |
parent | bc7771a415ee6d8e10b529a3ea535b00d5666b75 (diff) |
increment viewer version to 3.3.1
-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"; |