diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-18 16:55:59 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-18 16:55:59 -0400 |
commit | ab1943df22b4840efe14c55e04162b3b43406112 (patch) | |
tree | 586cce07c93d6e506d8f60053cab631c069da30b /indra/llcommon | |
parent | 0d9b196ded95f6f4e009cb15a200ccf7b974b9a7 (diff) | |
parent | f64a20ddcff91677b02b7688e08819cffb0989c9 (diff) |
pull back changes made in beta prep
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 7d5afe92dc..117d96ffa6 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 = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |