summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-06-27 09:04:20 -0400
committerOz Linden <oz@lindenlab.com>2011-06-27 09:04:20 -0400
commit5c9fc7d24f0d060bcb86ed5b03cb9ba9c7282038 (patch)
treec28130b56c52b15fd94162a8da1de24bc88cb77b /indra
parent311a431169d81504d70a9424f254b05b5a6c6788 (diff)
increment viewer version to 2.7.6
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 92cd9bd46a..69720bb903 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 = 5;
+const S32 LL_VERSION_PATCH = 6;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";