diff options
author | Christian Goetze <cg@lindenlab.com> | 2008-08-12 17:54:40 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2008-08-12 17:54:40 +0000 |
commit | 0a3b9e8e141a6f38ecbdf6020312e7a89b153bc4 (patch) | |
tree | 9c5958572368be494b6302db8b03967a2c67b7ad /indra/llcommon/llversionserver.h | |
parent | 93328402371424df7a26eefc6b6866a76a4f308d (diff) |
Revert excess changes from previous commit - I hate it when that happens.
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 e766a1d7ca..fd5f6497c2 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 = 24; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 94081; +const S32 LL_VERSION_BUILD = 93453; const char * const LL_CHANNEL = "Second Life Server"; |