diff options
author | Josh Bell <josh@lindenlab.com> | 2007-10-02 22:43:34 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-10-02 22:43:34 +0000 |
commit | 6981b3bc3603f57b3b81452e00de43f21f80f9ac (patch) | |
tree | 1561205276425b33a4f96453ebd680ce911db4cb /indra/llcommon/llversionserver.h | |
parent | cfd17f3322ec9c8efb120faa23adb83846272193 (diff) |
svn merge -r 69806:70964 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-3-Server --> release
Merge fixes applied directly to 1.18.3 for server deploy, through the sim rollout:
* Listen on the right port for the auditor, don't rely on catch-all
* Fix XMLRPC test object channel
* Various VAT fixes
* Make update_version_files more resilient
* Add class 502/510 for new datacenter
* Teleport metrics fixes
* DB schema update
Diffstat (limited to 'indra/llcommon/llversionserver.h')
-rw-r--r-- | indra/llcommon/llversionserver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index 03bc415af3..ac1422cb07 100644 --- a/indra/llcommon/llversionserver.h +++ b/indra/llcommon/llversionserver.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 = 46464; +const S32 LL_VERSION_PATCH = 3; +const S32 LL_VERSION_BUILD = 70368; const char * const LL_CHANNEL = "Second Life Server"; |