diff options
author | James Cook <james@lindenlab.com> | 2010-02-19 11:18:49 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-19 11:18:49 -0800 |
commit | 596196c6e7a167b6dfaef8f2fbf6c76048314e0d (patch) | |
tree | eaece8d08354db93b1a974ba8f21a50a9d5ae86c /indra/llcommon/llversionviewer.h | |
parent | af8f8b4770eb45b4238d98ddd574ba726470f797 (diff) |
Change channel to "Second Life Alpha" so installers don't wipe 1.23
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
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"; |