diff options
author | Kent Quirk <q@lindenlab.com> | 2010-04-20 04:36:35 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-04-20 04:36:35 -0400 |
commit | 347be0784281ce5fb15d1c762f37dc7a6c4f2bf6 (patch) | |
tree | a1a1bcaea7152de4124889e0c3923958c15c0cb6 /indra | |
parent | c3fa45282f5bdb0cb7a3fcd680154e88cafde4bb (diff) |
set the patch version
Diffstat (limited to 'indra')
-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..bacdc56746 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 0; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 200030; const char * const LL_CHANNEL = "Second Life Developer"; |