diff options
author | Christian Goetze <cg@lindenlab.com> | 2007-12-20 23:48:13 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2007-12-20 23:48:13 +0000 |
commit | 8fde5f0d3241205067e5d7bf5380757e764eff31 (patch) | |
tree | f08ae60339f40995df0eeb32fd8a751e1e13b6f6 /indra/llcommon/llversionserver.h | |
parent | 6c6987e8a3fa8066e8259b4f92523f61704e3389 (diff) |
svn merge -r74912:76207 svn+ssh://svn/svn/linden/branches/Branch_1-18-6-Server -> release
Diffstat (limited to 'indra/llcommon/llversionserver.h')
-rw-r--r-- | indra/llcommon/llversionserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index 9e1a8f5300..302e89eb07 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 = 18; const S32 LL_VERSION_PATCH = 6; -const S32 LL_VERSION_BUILD = 74522; +const S32 LL_VERSION_BUILD = 76205; const char * const LL_CHANNEL = "Second Life Server"; |