summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-19 11:18:49 -0800
committerJames Cook <james@lindenlab.com>2010-02-19 11:18:49 -0800
commit596196c6e7a167b6dfaef8f2fbf6c76048314e0d (patch)
treeeaece8d08354db93b1a974ba8f21a50a9d5ae86c /indra
parentaf8f8b4770eb45b4238d98ddd574ba726470f797 (diff)
Change channel to "Second Life Alpha" so installers don't wipe 1.23
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llversionviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index 540aea4252..d53036844d 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -36,7 +36,7 @@
const S32 LL_VERSION_MAJOR = 2;
const S32 LL_VERSION_MINOR = 0;
const S32 LL_VERSION_PATCH = 0;
-const S32 LL_VERSION_BUILD = 200030;
+const S32 LL_VERSION_BUILD = 999999;
const char * const LL_CHANNEL = "Second Life Developer";