diff options
author | CG Linden <cg@lindenlab.com> | 2010-03-31 15:24:42 -0700 |
---|---|---|
committer | CG Linden <cg@lindenlab.com> | 2010-03-31 15:24:42 -0700 |
commit | ac271e1d50bd601d9fbf18655596fa695b80dec0 (patch) | |
tree | a88b6b98aad575b66b089e201e35f8ce4d81c912 /indra/llcommon/llversionserver.h | |
parent | fc8c4ea485f34ef52b2c3e037124795e5df9c064 (diff) |
Include channel names in update_version_files.py invocation to fix bad viewer channel name.
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 0f1e59a18c..e3663544db 100644 --- a/indra/llcommon/llversionserver.h +++ b/indra/llcommon/llversionserver.h @@ -36,7 +36,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 31; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 200030; +const S32 LL_VERSION_BUILD = 203110; const char * const LL_CHANNEL = "Second Life Server"; |