summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-08-04 10:14:22 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2010-08-04 10:14:22 -0700
commit68bb4e3f6a51244472374c5178e5cdd9dab23b7b (patch)
treee4c627b8c02a4901fc1e694a6ce2f4ced4a1fcd7
parentcf58852a5eac7c99c0c2770b44e4fe64d2cc8aee (diff)
parenteefe3388da83ce3e368af28ba466c27644f156c8 (diff)
Propagate version bump to 2.1.1
-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";