diff options
author | Oz Linden <oz@lindenlab.com> | 2012-11-08 10:23:04 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-11-08 10:23:04 -0500 |
commit | c75c2cf9a58b6079365c93e0a287cf91c5a0af7a (patch) | |
tree | 84a8ee149ed8871e8d308db560cd931da4e61229 | |
parent | f5b54c10cfd66c5851dfdbd004ca24b8c89ac971 (diff) | |
parent | bf6d1670756ba96abde570e7dbbf94c62c71ca5b (diff) |
merge up to viewer-development
-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 b12aa8826a..91008eb5d6 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 = 4; -const S32 LL_VERSION_PATCH = 2; +const S32 LL_VERSION_PATCH = 3; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |