diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-05-25 09:12:01 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-05-25 09:12:01 -0400 |
commit | bc0df31d1beaa6eddd48431eb9e42d38d3698673 (patch) | |
tree | b91721574b83ace8dd3cd3c338a5d55e3fb9da4d /indra/llcommon | |
parent | 781addcbc1c7611153ff58fd2f28062a1c4cd041 (diff) | |
parent | e5752934be74a84e6ec0ff8cb96974bd1e9060ec (diff) |
automated merge viewer-development -> mesh-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 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"; |