summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-08-16 17:52:25 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-08-16 17:52:25 -0400
commit1f97cca85678a8b79d718aeb2de8590eb3865076 (patch)
treefb8d9eace43b1e42775efacb0a6e44465e65a39f /indra/llcommon
parent53187303436d06038e40c5938219863c0d75ae5f (diff)
parent0301feb80bbf23d65cfd1ddbe22f297c3ff61a48 (diff)
merging latest mesh-development.
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 27b1bce60c..fa2b3bff36 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 = 1;
+const S32 LL_VERSION_PATCH = 2;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";