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 | 6867e1135127eb1f1fac19303161b9ee7039e5cd (patch) | |
tree | 134f13dba586b33d90a1c053dcb15f08b434bda1 /indra/llcommon/llversionserver.h | |
parent | 73b9d9115411cd1f3c5b1f322b8bd7d7df4749ac (diff) |
Updated viewer patch number & channel
Diffstat (limited to 'indra/llcommon/llversionserver.h')
-rw-r--r-- | indra/llcommon/llversionserver.h | 2 |
1 files changed, 1 insertions, 1 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"; |