summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-08-24 15:52:20 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-08-24 15:52:20 +0300
commita412c2f747495a36c088d7fafee8044338ff4ff1 (patch)
tree92824d7cdfd35eb3f56deea92577a76aa577408e /indra/llcommon
parentf305ddc7f773454826a09a8d52c33735eb7c95ea (diff)
parent01d06a3572c533f810f8f42e7ae9c55051f34aaf (diff)
Merge from default branch
--HG-- branch : product-engine
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 d1f8e19c26..92d9e1204a 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 = 1;
-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";