diff options
author | Kent Quirk <q@lindenlab.com> | 2010-04-20 04:32:44 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-04-20 04:32:44 -0400 |
commit | 4f01a5f45251cfda960798323c6a99b31c761618 (patch) | |
tree | 23f39c437792901156a5b5352333991bdb5b1f7f /indra/llcommon/llversionviewer.h | |
parent | c3fa45282f5bdb0cb7a3fcd680154e88cafde4bb (diff) | |
parent | 2f90bb65e4794bfb7d2ee3ab0c79f17b5a9e8bf6 (diff) |
Merge hotfixbeta into hotfix
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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"; |