summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-06-25 16:58:53 -0400
committerOz Linden <oz@lindenlab.com>2012-06-25 16:58:53 -0400
commitcce8cd73414cdee65213bb6332a7a4c9315860ad (patch)
tree8a40906b4017fc11d132cf9f1d408e0e5ea46018 /indra
parent9bf7e40e93c33e539ba9884dc7f316c12b8abfc0 (diff)
increment version to 3.3.5
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 22d0aba51b..9af16a0ed8 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -29,7 +29,7 @@
const S32 LL_VERSION_MAJOR = 3;
const S32 LL_VERSION_MINOR = 3;
-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";