diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-11-08 18:59:20 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-11-08 18:59:20 +0000 |
commit | 760f2ceb1518d87e865f25ac87a540625e974517 (patch) | |
tree | 0367941c9719c9d97f70a7c33094dcdeeea60224 /indra/llcommon | |
parent | 0771e39d20ee1475b8bf1458ef87e2b82aaa4e02 (diff) |
svn merge -r 72877:73187 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-4-Viewer --> release
Backport patches and translations from RC branch
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 c13155aeb5..71b7347c4a 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 18; const S32 LL_VERSION_PATCH = 4; -const S32 LL_VERSION_BUILD = 2; +const S32 LL_VERSION_BUILD = 3; const char * const LL_CHANNEL = "Second Life Release"; |