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
commit55e9785e7bcbdb4152c8145a32a9552d3e0b629f (patch)
tree6ab85a9fe93fe1e4ea2ff83571cc14a3d27a194d /indra/llcommon
parent0a55a522a65d2e59b736c3c53feba0a0bbf865d0 (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";