From ecec626dec93524f7ef5831a5ba344d6449b99bc Mon Sep 17 00:00:00 2001
From: Josh Bell <josh@lindenlab.com>
Date: Mon, 31 Mar 2008 18:37:31 +0000
Subject: [PATCH] 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.
---
 indra/llcommon/llversionserver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h
index 04f7821f64b..b87d054b3b8 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 = 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";
 
-- 
GitLab