summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2013-04-04 14:26:43 -0400
committerNyx Linden <nyx@lindenlab.com>2013-04-04 14:26:43 -0400
commit37303b9a2b58e3f66d246a0f4d2e6072eabcba86 (patch)
treede7c44b79ef4f0f68047d2bfb05cc74a1d90dba1 /indra/llcommon
parent08bd67c0dda8d013ad490e89543297ebc3a15e77 (diff)
parent00390ccbd77579dac0a1eaa8e83e7b89ce701a35 (diff)
merge with latest viewer-development
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 ca8a05511a..ae5e3ecade 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 = 264760;
const char * const LL_CHANNEL = "Second Life Developer";