diff options
author | Josh Bell <josh@lindenlab.com> | 2007-10-25 22:31:09 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-10-25 22:31:09 +0000 |
commit | 833e8d5c2a1dd48fd89b8b438dbe56572697bb76 (patch) | |
tree | 20103c6dbd8b28f8a70599c1b94c419e5cfca970 /indra/llcommon | |
parent | ca6f7419824a06b42f7e4fac03ea6bedfe54cd62 (diff) |
svn merge -r 71403:72356 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-3-Server --> release
Backport of fixes from production branch. Merge verified with QAR-41
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index db0e244c76..c3222898e4 100644 --- a/indra/llcommon/llversionserver.h +++ b/indra/llcommon/llversionserver.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 18; const S32 LL_VERSION_PATCH = 3; -const S32 LL_VERSION_BUILD = 70368; +const S32 LL_VERSION_BUILD = 71877; const char * const LL_CHANNEL = "Second Life Server"; |