summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionserver.h
diff options
context:
space:
mode:
authorCG Linden <cg@lindenlab.com>2010-03-31 15:24:42 -0700
committerCG Linden <cg@lindenlab.com>2010-03-31 15:24:42 -0700
commitac271e1d50bd601d9fbf18655596fa695b80dec0 (patch)
treea88b6b98aad575b66b089e201e35f8ce4d81c912 /indra/llcommon/llversionserver.h
parentfc8c4ea485f34ef52b2c3e037124795e5df9c064 (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.h2
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";