diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-15 11:19:57 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-15 11:19:57 -0800 |
commit | 52bc69c0bee59631d63680ed19a89d3a116d954b (patch) | |
tree | 6bd34e384eec519eedc40e10aa345d701bc44584 /indra/llcommon | |
parent | 76caf0238cb98c1abf69d56e122c71a1208b0d72 (diff) | |
parent | a787e1bb7aad25f9488de7d93298b58820c948d5 (diff) |
Merge from viewer-experience
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 b31fd1f8ae..b50405421d 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 2; -const S32 LL_VERSION_PATCH = 3; +const S32 LL_VERSION_PATCH = 4; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |