diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-29 19:17:29 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-29 19:17:29 -0400 |
commit | 6faf2f8ee101162fdb1fe5959204055c9885968f (patch) | |
tree | 257833fae95ceb9d7b5b12c7f955c43c795fbf0a /indra/llcommon | |
parent | 810a14c18fe869a3d882453a5367b49c27897ae6 (diff) | |
parent | 483b7b674549160c7b5c3c838ac036f77851495d (diff) |
pull back beta changes to viewer-development
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"; |