diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-31 21:23:09 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-31 21:23:09 -0400 |
commit | 03d9da9fa88ce3536d3ee090e02dce2c9ce4bc53 (patch) | |
tree | af61c7443aff27d7a6ab99815aed53bf9b60dedc /indra/llcommon | |
parent | e952f77a505cf274ca0b3ea95b504a51e757806a (diff) | |
parent | 6540ccd307128df192ed728ff5b25c6a6e27050c (diff) |
pull back beta tags
Diffstat (limited to 'indra/llcommon')
-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"; |