diff --git a/etc/message.xml b/etc/message.xml index bfbf1b15bec44ca7e4eb68baa0ef519a468d8552..1335e9711ded7e807d1a5223e15943dc11543d34 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 c57830e936b9c27c184a8401d91fb84e5b54b46f..9c3485203129b8bd4e1c3a3513bd1e69af3fec6e 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";