diff options
author | Oz Linden <oz@lindenlab.com> | 2012-01-09 08:41:36 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-01-09 08:41:36 -0500 |
commit | 41ceee848bbbaec892471b6396bd2d2383d10aa3 (patch) | |
tree | 018e94722663648b36f1ed40e34ba9e0292b3c94 /indra/llcommon | |
parent | 8c0023eec46c8a9cdba674acf8c07b488dac6f7c (diff) |
increment viewer version to 3.2.7
Diffstat (limited to 'indra/llcommon')
-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 ec378761c2..7bba3d298f 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 2; -const S32 LL_VERSION_PATCH = 6; +const S32 LL_VERSION_PATCH = 7; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |