diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-02 10:05:00 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-02 10:05:00 -0400 |
commit | b9bb792c478d703c6442351ecb563c0a67f77111 (patch) | |
tree | 7fb2d918b8a996ab2bdd8e045880fbe242da2666 /indra/llcommon | |
parent | 79c89bc0e61ce99a8b2aa2de83d63a37554296ba (diff) |
increment viewer version to 2.6.8
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 58f96df8ab..08026c38a6 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 = 7; +const S32 LL_VERSION_PATCH = 8; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |