diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-02 09:46:48 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-02 09:46:48 -0400 |
commit | fcc51bd5b01f2a383ad057898484ac9938219b11 (patch) | |
tree | 5172ed42dad38317123b4a916fad594ee8f3d971 | |
parent | 21ad5e0a0ef7d467d08c0488b6469a0ee42ca6ff (diff) |
increment viewer version to 3.0.5
-rwxr-xr-x | 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 324507fe7a..ef55cfec89 100755 --- 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 = 0; -const S32 LL_VERSION_PATCH = 4; +const S32 LL_VERSION_PATCH = 5; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |