diff options
author | Oz Linden <oz@lindenlab.com> | 2011-11-14 11:23:12 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-11-14 11:23:12 -0500 |
commit | 7766ccb7731a596d6716e9d0def90b3d7da5fcf3 (patch) | |
tree | db795e691ddeee189cd124eb0cce78c4a3e6ab2e | |
parent | aae362c451646cf5b71433e14cb8d4dd821eb86f (diff) |
increment viewer version to 3.2.4
-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 b31fd1f8ae..b50405421d 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 = 3; +const S32 LL_VERSION_PATCH = 4; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |