summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-08-04 10:15:15 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2010-08-04 10:15:15 -0700
commitac787b54682cef5d11ff13fba46024030e7b1edb (patch)
tree6ab85a9fe93fe1e4ea2ff83571cc14a3d27a194d /indra/llcommon
parentbf29d7e50611faa011a1de00222c55c31f4fc7e9 (diff)
parenteefe3388da83ce3e368af28ba466c27644f156c8 (diff)
Propagate version bump to 2.1.1
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";