diff options
author | Kent Quirk <q@lindenlab.com> | 2010-09-21 17:03:51 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-09-21 17:03:51 -0400 |
commit | 5cf8584b8c43c7e7a283652a754b46f84d511161 (patch) | |
tree | af7c15202d6a0f7658e15d3eece0def58ac178e5 /indra | |
parent | 9a89db5909a82513126f6b6d1eacb1d95b9bfed0 (diff) |
Increment version number since we forked for beta.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 92d9e1204a..bd65ce8573 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,8 +28,8 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 2; -const S32 LL_VERSION_MINOR = 1; -const S32 LL_VERSION_PATCH = 2; +const S32 LL_VERSION_MINOR = 2; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |