diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-23 09:16:40 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-23 09:16:40 -0400 |
commit | e5752934be74a84e6ec0ff8cb96974bd1e9060ec (patch) | |
tree | 2248c7db473265979168164eb2c4311e5c6e1d53 /indra | |
parent | f64be5215da707fa60fd46784136779171c1a56e (diff) |
increment viewer version to 2.7.1
Diffstat (limited to 'indra')
-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 7703132d90..2da578eaf1 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 = 7; -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"; |