summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-09-14 16:25:54 -0700
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-09-14 16:25:54 -0700
commit42a50551b52b8d1c5208d9d34354874b73d357f9 (patch)
tree79d75a4a809c0b8753eb8a3bd779bec1bb9612a1 /indra/llcommon/llversionviewer.h
parent2f53e8e72c47d6a84c757a1f78a0287c2c6a9630 (diff)
parentae127dc01ab10d407cf165ae2ad74060f65c1832 (diff)
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 bcc661a920..b12aa8826a 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 = 4;
-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";