summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-08-29 09:27:25 -0400
committerOz Linden <oz@lindenlab.com>2011-08-29 09:27:25 -0400
commitbdd053abcffea1f4c30421176d0a3749027c6b7d (patch)
treed979c1dbbdae07e37391f1cd76f2ffd1aa1cdb00 /indra
parent68a15f73c190d2a803ad8b11ed8d9b32bc9e46ee (diff)
increment viewer version to 3.0.4
Diffstat (limited to 'indra')
-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";