diff options
author | Kyle Ambroff <ambroff@lindenlab.com> | 2008-10-20 01:23:26 +0000 |
---|---|---|
committer | Kyle Ambroff <ambroff@lindenlab.com> | 2008-10-20 01:23:26 +0000 |
commit | d0e62db34ebda571db3ad78ca138275c4e84e47f (patch) | |
tree | 7024ce5ff80e6e711c8cd08e08d050af96bc55ed /indra/llcommon | |
parent | 72f2542fb9a4e3b92b8d2c7c3a201d66f66e793c (diff) |
bump build number to 100,000. w00t.
Diffstat (limited to 'indra/llcommon')
-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 5a9f2ba227..ab182b8b5d 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 21; const S32 LL_VERSION_PATCH = 5; -const S32 LL_VERSION_BUILD = 97417; +const S32 LL_VERSION_BUILD = 100000; const char * const LL_CHANNEL = "Second Life Release"; |