summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-08-30 09:07:39 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-08-30 09:07:39 -0400
commitdabdc89767c93f2ae9b10300eee87f94a79df707 (patch)
tree759fd950243704af056fb815f337d1a5b66015cd /indra/llcommon
parent8cef480b96dc779c5879f74224fb0a185ee550f2 (diff)
parentbdd053abcffea1f4c30421176d0a3749027c6b7d (diff)
merge
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-xindra/llcommon/llversionviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index 64225b859b..324507fe7a 100755
--- 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 = 0;
-const S32 LL_VERSION_PATCH = 3;
+const S32 LL_VERSION_PATCH = 4;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";