summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-28 11:32:05 -0400
committerOz Linden <oz@lindenlab.com>2011-03-28 11:32:05 -0400
commit3d5a8cc2e3becd92c83fb87d65dfbe802738edde (patch)
tree62f8c2b244d5f3779145d53288895dd6f3af1ccf /indra/llcommon
parent68e2813b41d676fd6ab5d79e934ac6ff75fb8a5b (diff)
parent7617868658fec7fa70730a3448f8cfbe7661dd8e (diff)
merge late fix for SOCIAL-778 into 2.6.1 for release
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 7d5afe92dc..117d96ffa6 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -29,7 +29,7 @@
const S32 LL_VERSION_MAJOR = 2;
const S32 LL_VERSION_MINOR = 6;
-const S32 LL_VERSION_PATCH = 0;
+const S32 LL_VERSION_PATCH = 1;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";