diff options
author | Oz Linden <oz@lindenlab.com> | 2011-12-12 10:03:06 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-12-12 10:03:06 -0500 |
commit | dbc91a7fac9513bdd879c5c2dc82208e08eaad2d (patch) | |
tree | cdcf6a0fc785b41a5f5d102b208b248535664e9a /indra | |
parent | 22ef5853ffb768960003f1e0af3ff6d0027daeb3 (diff) |
increment viewer version to 3.2.6
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 deac3d1780..ec378761c2 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 = 5; +const S32 LL_VERSION_PATCH = 6; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |