summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-09-22 10:34:43 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-09-22 10:34:43 -0400
commit12e72e3736457d70f89faa74b81dec50faef65fa (patch)
tree51399e32bc3f03eb63dbcfda23637e56dbc63d09 /indra/llcommon
parentcf09d6c58a741263cddcf338c2f79836873475b1 (diff)
SH-150 FIX - build params changes for mesh beta viewer, flag in window title
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-xindra/llcommon/llversionviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index c430a60ff0..235f806c8e 100755
--- 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 = 1;
+const S32 LL_VERSION_PATCH = 2;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";