svn merge -r 83166:83647 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-19-2-Server --> release

Handful of changes from the production branch, mostly in the dataservices. Login.cgi changes to mitigate DB load and support A/B testing of the browser-hud work. Revert crash reporter behavior to 1.19.1 to avoid DB grief.
master
Josh Bell 2008-03-31 18:37:31 +00:00
parent 32e11b2ef5
commit ecec626dec
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 19;
const S32 LL_VERSION_PATCH = 2;
const S32 LL_VERSION_BUILD = 82965;
const S32 LL_VERSION_BUILD = 83236;
const char * const LL_CHANNEL = "Second Life Server";