svn merge -r 81720:82231 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-19-1-Server --> release

master
Josh Bell 2008-03-13 16:54:05 +00:00
parent 618e625ad9
commit d2e5b7ca85
2 changed files with 4 additions and 1 deletions

View File

@ -533,6 +533,9 @@
<key>ParcelPropertiesUpdate</key>
<boolean>false</boolean>
<key>EstateChangeInfo</key>
<boolean>false</boolean>
</map>

View File

@ -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";