summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-09-23 12:56:31 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2010-09-23 12:56:31 -0700
commit92195c479f597538a55dfa8b2e02c1b4908a2259 (patch)
tree2af86834aa11e66f7e74057f4172d29dfd0703e7 /indra/llcommon
parent78e52f40424cb8336ab5d06c9ea37e16cb2b40a7 (diff)
parent18bd7dfae789ce0d6be3de3811d6d779fc4ec63e (diff)
Merged support for platform specific permanent quick links to the installer
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llversionviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index 92d9e1204a..bd65ce8573 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -28,8 +28,8 @@
#define LL_LLVERSIONVIEWER_H
const S32 LL_VERSION_MAJOR = 2;
-const S32 LL_VERSION_MINOR = 1;
-const S32 LL_VERSION_PATCH = 2;
+const S32 LL_VERSION_MINOR = 2;
+const S32 LL_VERSION_PATCH = 1;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";