summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-19 14:02:29 -0400
committerOz Linden <oz@lindenlab.com>2011-04-19 14:02:29 -0400
commit4ce6d2d909b2298f0165cb90247b3a59ab286c94 (patch)
treec420bd279bef65978c8046a17aba2248f2c561a0 /indra/llcommon
parentb8069d1c250c03e9fffda0a9264bfd04a12f8292 (diff)
increment viewer version to 2.6.6
Diffstat (limited to 'indra/llcommon')
-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 bd6df962a1..df5afcbf1c 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 = 5;
+const S32 LL_VERSION_PATCH = 6;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";