diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-01 09:47:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-01 09:47:39 -0400 |
commit | cfacd12d136a570e8fe353faa7e7818c6ff24b5e (patch) | |
tree | 0668fe04764cf9e2a3d18a8e6a2b68b79cbdcdaa | |
parent | 1791685ba359eb7bbaa8f4291e6f0d0453bf09e0 (diff) |
increment viewer version to 2.8.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 f98a5398c3..99c5412ae5 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 8; -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"; |