summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-11 09:09:30 -0400
committerOz Linden <oz@lindenlab.com>2011-04-11 09:09:30 -0400
commitfa1827fa32f5dc046b17cde1ddbac8316f061793 (patch)
treeaea3bf673241b097989848814d1bee0739a81e26
parent3809534edfb06970079b3b8871b6d28b3e4a6795 (diff)
increment viewer version to 2.6.5
-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 ae2bd0d78b..bd6df962a1 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 = 4;
+const S32 LL_VERSION_PATCH = 5;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";