diff options
author | Josh Bell <josh@lindenlab.com> | 2007-12-03 21:41:38 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-12-03 21:41:38 +0000 |
commit | 90aa2ddb2efede12f12011fc163e3007e3ba7104 (patch) | |
tree | 02677b5d5dbca2a5f2d650c4cecd6d7d056147bc /indra/llcommon/llversionviewer.h | |
parent | f41b7bb8dff075d8c32ea03be407d20fe11e71f3 (diff) |
svn merge -r 74415:74849 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-5-Viewer --> release
Last of the fixes from 1.18.5 Viewer RC series
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 e24c38bba8..1df8a89908 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 = 5; -const S32 LL_VERSION_BUILD = 2; +const S32 LL_VERSION_BUILD = 3; const char * const LL_CHANNEL = "Second Life Release"; |