diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-28 08:56:07 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-28 08:56:07 -0400 |
commit | 68a7f7c24168f03d72e6b20ff1dcfbd843879b5d (patch) | |
tree | 02b32d75695893300aa5e476a8a67615df254bb9 /indra | |
parent | 44ec69afabd7d8468ffc66108c07e648000cc262 (diff) |
increment viewer version to 2.6.3
Diffstat (limited to 'indra')
-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 d22c879243..488ec5b239 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 = 6; -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"; |