diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-28 09:06:51 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-28 09:06:51 -0400 |
commit | 77cd2e283a18f2e4bf71aeacb0938ed69a5a981d (patch) | |
tree | a5bb509b9f94b2b473ffff6f395d129af41678ef /indra/llcommon/llversionviewer.h | |
parent | d6da299f4396488e8b7288e414c451f30df2b56e (diff) | |
parent | 18e7881ee816f3f589ddb8b11d59582ad41c6014 (diff) |
merge up from viewer-autobuild2010 through the start of 2.6.3
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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"; |