diff options
author | Josh Bell <josh@lindenlab.com> | 2007-08-28 21:19:20 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-08-28 21:19:20 +0000 |
commit | 6d2c503f6132ed9cdb43f5e0e4e977eff31618a4 (patch) | |
tree | afc1c311c779cef55b0950ebf07f56721373d597 /indra/llcommon/llversionviewer.h | |
parent | ce0a5fe14590b8d675b885fccd5f79d7ea17a302 (diff) |
svn merge -r 68474:68690 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-3-Viewer --> release
Sync up fixes, version numbers, and release notes applied to the viewer RC branch.
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 6d5e4610f4..c952ad47f8 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -11,8 +11,8 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 18; -const S32 LL_VERSION_PATCH = 2; -const S32 LL_VERSION_BUILD = 0; +const S32 LL_VERSION_PATCH = 3; +const S32 LL_VERSION_BUILD = 2; const char * const LL_CHANNEL = "Second Life Release"; |