diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-20 12:29:20 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-20 12:29:20 +0100 |
commit | 5952fbca316ba1d1e4243bf5ebd6dc647e4957f4 (patch) | |
tree | 195c86c8b02cef789689b0ba9b681b9a863c49e5 /indra/llcommon | |
parent | db5455b73a1b327c2c8eeaec6f7233528fbd6437 (diff) | |
parent | bbe9b636b5f78e4fe6d1a4da56a4a66ffef407d1 (diff) |
merge from viewer-hotfix
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 3ab4257fab..fc9fcb2d9e 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 0; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 203110; const char * const LL_CHANNEL = "Second Life Developer"; |