summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-25 09:28:36 -0400
committerOz Linden <oz@lindenlab.com>2011-04-25 09:28:36 -0400
commitb87cb90a55ed74d51587eec581fb57e29f510c41 (patch)
tree9be0d70c92a837b64f4104a7f539ce1785f9b078 /indra
parent3f44e78fbe5b27858d63111ab556e961c6f5c703 (diff)
increment viewer version to 2.6.7
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llversionviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index df5afcbf1c..58f96df8ab 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 = 6;
+const S32 LL_VERSION_PATCH = 7;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";