summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorGraham Madarasz (Graham Linden) <graham@lindenlab.com>2013-04-04 08:25:09 -0700
committerGraham Madarasz (Graham Linden) <graham@lindenlab.com>2013-04-04 08:25:09 -0700
commit1517d061bc51dc6e63ba47283875a72db3c4b588 (patch)
treedd56e399ae2a6238744579b15f03f35eab0d93cc /indra/llcommon
parent7bd15e59175fcb11ea620459db600ca018707d38 (diff)
parent57b371ab9b5d55b41f3760b48e5e0b0aa906be57 (diff)
Merged with viewer-dev-materials
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 1554e9e665..0b0c74b3d3 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -29,7 +29,7 @@
const S32 LL_VERSION_MAJOR = 3;
const S32 LL_VERSION_MINOR = 5;
-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";