diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-18 19:28:24 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-18 19:28:24 -0400 |
commit | dd61baa3401a09bd8ff1e894514c15390946cdb3 (patch) | |
tree | 931c348d725bfaf76e666257332d19c3c3da34f9 /indra/llcommon/llversionviewer.h | |
parent | 956abbb5b20c29b1bbd633a7cf7a0638563298bc (diff) |
increment viewer version to 3.2.1
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 1dc22519d7..aa37a03ef8 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 = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |