summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/message.xml3
-rw-r--r--indra/llcommon/llversionserver.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/message.xml b/etc/message.xml
index bfbf1b15be..1335e9711d 100644
--- a/etc/message.xml
+++ b/etc/message.xml
@@ -533,6 +533,9 @@
<key>ParcelPropertiesUpdate</key>
<boolean>false</boolean>
+
+ <key>EstateChangeInfo</key>
+ <boolean>false</boolean>
</map>
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h
index c57830e936..9c34852031 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 = 1;
-const S32 LL_VERSION_BUILD = 81484;
+const S32 LL_VERSION_BUILD = 81992;
const char * const LL_CHANNEL = "Second Life Server";