diff options
| author | Don Kjer <don@lindenlab.com> | 2012-09-14 11:27:04 +0000 | 
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2012-09-14 11:27:04 +0000 | 
| commit | 8808325ced4d380d937c9be1cc81e20a5ebb5f62 (patch) | |
| tree | 0b867667865f13339399ed85b1cde04c2200f33c /indra/llcommon | |
| parent | 9307810e7e8edcf18f7c27abda5d0b94ed13bcf7 (diff) | |
Removed appearance utility from viewer source.  Added appearance utility autobuild package.
Diffstat (limited to 'indra/llcommon')
| -rw-r--r-- | indra/llcommon/llversionserver.h | 2 | ||||
| -rw-r--r-- | indra/llcommon/llversionviewer.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index b19ba3bf74..ef68a0eaf5 100644 --- a/indra/llcommon/llversionserver.h +++ b/indra/llcommon/llversionserver.h @@ -30,7 +30,7 @@  const S32 LL_VERSION_MAJOR = 2;  const S32 LL_VERSION_MINOR = 1;  const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 13828; +const S32 LL_VERSION_BUILD = 264760;  const char * const LL_CHANNEL = "Second Life Server"; diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index bcc661a920..295fed3c4b 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -30,7 +30,7 @@  const S32 LL_VERSION_MAJOR = 3;  const S32 LL_VERSION_MINOR = 4;  const S32 LL_VERSION_PATCH = 1; -const S32 LL_VERSION_BUILD = 0; +const S32 LL_VERSION_BUILD = 264760;  const char * const LL_CHANNEL = "Second Life Developer"; | 
