diff options
author | Kent Quirk <q@lindenlab.com> | 2010-04-14 15:42:50 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-04-14 15:42:50 -0400 |
commit | 628b143566b81e6029d9bd35f0dc76b79db9cdf8 (patch) | |
tree | 61b058bc4316cc37886896307cfdcd1fbd9f4b9c /indra | |
parent | a89a15a9e9f409828146db90984ad728dbaf028b (diff) |
update version number
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"; |