summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionserver.h
diff options
context:
space:
mode:
authorJosh Bell <josh@lindenlab.com>2008-03-18 21:56:57 +0000
committerJosh Bell <josh@lindenlab.com>2008-03-18 21:56:57 +0000
commit2d9afdaa03f0d44d05e3f2fb9d99dd5b059a9cac (patch)
tree551854f0a350f27132f0af273eaa7b3cd5cb5cdc /indra/llcommon/llversionserver.h
parent672a76d0ea08a0d0fc824e103ee4c4242b7e03ec (diff)
svn merge -r 82263:82563 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-19-2-Server --> release
Sprinkle "--location" pixie dust into farm curl calls QAR-387 - pull in fix for missing abuse report snapshots (asset-id --> asset_id) / DEV-11758 comment --> template comment tweak by yoz for postcards QAR-351 - Event queuing modifications DEV-11639 - fix for llsdhttp.py to work with newer eventlet API Rotating log_text_message is now part of the cron jobs
Diffstat (limited to 'indra/llcommon/llversionserver.h')
-rw-r--r--indra/llcommon/llversionserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h
index 9c34852031..054d8fc896 100644
--- a/indra/llcommon/llversionserver.h
+++ b/indra/llcommon/llversionserver.h
@@ -34,8 +34,8 @@
const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 19;
-const S32 LL_VERSION_PATCH = 1;
-const S32 LL_VERSION_BUILD = 81992;
+const S32 LL_VERSION_PATCH = 2;
+const S32 LL_VERSION_BUILD = 82393;
const char * const LL_CHANNEL = "Second Life Server";