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 @@ ParcelPropertiesUpdate false + + EstateChangeInfo + false 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";