diff options
author | Don Kjer <don@lindenlab.com> | 2012-08-02 22:49:32 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-08-02 22:49:32 +0000 |
commit | 5e8b525670456a6897127dd8029b5a740dc31c20 (patch) | |
tree | 8d0e6b86ce26c3da4d354384fbedf336e324e4b6 /indra/llcommon/llversionviewer.h | |
parent | bd1b664d45a75e57209e06b288849c0536d00151 (diff) | |
parent | 7fa426f4db002a6bd34faba42936d71359337d6c (diff) |
Merge viewer-development -> viewer-horde-fixes
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 2038681905..bcc661a920 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 = 4; -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"; |