summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2010-08-03 23:41:08 -0400
committerKent Quirk <q@lindenlab.com>2010-08-03 23:41:08 -0400
commiteefe3388da83ce3e368af28ba466c27644f156c8 (patch)
tree14c389676229c427480d484d8d2860e83cae54d4 /indra/llcommon
parentae4bc473e5d2f9c49b62934f929003e6631e4d29 (diff)
Update version 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";