summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-12-17 14:54:12 -0500
committerOz Linden <oz@lindenlab.com>2012-12-17 14:54:12 -0500
commit1be900c1531e44c32fd8fd64e79aeb44e53a3c43 (patch)
tree05df29355ca67fa5a564584dc2b0855e7fabc6cf /indra
parent769336a72ef819b45bfabcb8608f70c9396f58ae (diff)
increment version to 3.4.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 8585af0a29..39f9de3bc2 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 = 4;
-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";