diff options
author | Oz Linden <oz@lindenlab.com> | 2010-08-20 18:59:45 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-08-20 18:59:45 -0400 |
commit | be3e754b34f024fe6f44eb62420a1640572932b9 (patch) | |
tree | 4c8f05e8581b25c323e69d64bdf005fa94ffff1a /indra | |
parent | 9bbc45ae9504219bf7be028ef6f3f03f0b952c88 (diff) |
increment patch level so that version is 2.1.2
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 d1f8e19c26..92d9e1204a 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 1; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |