summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-08-05 15:11:27 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-08-05 15:11:27 +0300
commit24351260813b2d0a2e3d7e8cee78cad2c4a5cefc (patch)
tree05ace450df0d21f24d2f9816f8f64059b3044c02 /indra/llcommon
parent7253c7eeb156f9f6cd75f52b0df856ec8ef165fb (diff)
parent057568bddc178546c112d8223042a0ed2378ab8b (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 6e341b83a1..c430a60ff0 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -35,7 +35,7 @@
const S32 LL_VERSION_MAJOR = 2;
const S32 LL_VERSION_MINOR = 1;
-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";