diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-08-11 11:14:59 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-08-11 11:14:59 -0700 |
commit | 67d1837ce755b8a8cceb3c60d16976c5381d2546 (patch) | |
tree | 01bed1d77d3142f88ed2f565b70ff4340b27936e /indra/llcommon | |
parent | 7fe4d599b3595a9dbc07e68911f424c4e6debfcc (diff) |
Updated viewer patch number & channel
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionserver.h | 2 | ||||
-rw-r--r-- | indra/llcommon/llversionviewer.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index 87fe7001e0..ddda9fb6af 100644 --- a/indra/llcommon/llversionserver.h +++ b/indra/llcommon/llversionserver.h @@ -36,7 +36,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 1; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 0; +const S32 LL_VERSION_BUILD = 13828; const char * const LL_CHANNEL = "Second Life Server"; diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 6e341b83a1..adc23ed9af 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,9 +35,9 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 1; -const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 0; +const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_BUILD = 13828; -const char * const LL_CHANNEL = "Second Life Developer"; +const char * const LL_CHANNEL = "Second Life Release"; #endif |