summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-11-08 10:23:04 -0500
committerOz Linden <oz@lindenlab.com>2012-11-08 10:23:04 -0500
commitc75c2cf9a58b6079365c93e0a287cf91c5a0af7a (patch)
tree84a8ee149ed8871e8d308db560cd931da4e61229
parentf5b54c10cfd66c5851dfdbd004ca24b8c89ac971 (diff)
parentbf6d1670756ba96abde570e7dbbf94c62c71ca5b (diff)
merge up to viewer-development
-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 b12aa8826a..91008eb5d6 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 = 2;
+const S32 LL_VERSION_PATCH = 3;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";