summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-08 18:18:42 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-08 18:18:42 -0400
commit2711ba44f69afa3ed1df9fefc0b1403b40f0ec35 (patch)
tree7b3b6b06fba9e82f282558bc7603e65a7faa08b9 /indra/llcommon
parent4bbcd26941c3be6b83214d0dc45c70f99e474dda (diff)
parenta2a25c9ed5de12cfb8a08844682368dc236a1b42 (diff)
merge
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 ca8a05511a..ae5e3ecade 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 = 5;
-const S32 LL_VERSION_PATCH = 0;
+const S32 LL_VERSION_PATCH = 1;
const S32 LL_VERSION_BUILD = 264760;
const char * const LL_CHANNEL = "Second Life Developer";