summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-03-10 12:10:29 -0500
committerprep <prep@lindenlab.com>2011-03-10 12:10:29 -0500
commit55dbd0c4f3c1cc3598d3d8428dea4a2645b211c4 (patch)
treeb7b67fd048fda99511042040cf91ac2ae309e728 /indra/llcommon/llversionviewer.h
parent79664c1017175b2cdfdc4b16c5894bdfdf6e8188 (diff)
parentca610bfc82e9f150877efa7e8c4e972d47bce7d4 (diff)
merge
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rw-r--r--indra/llcommon/llversionviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index 7703132d90..15e3ffe1da 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -28,8 +28,8 @@
#define LL_LLVERSIONVIEWER_H
const S32 LL_VERSION_MAJOR = 2;
-const S32 LL_VERSION_MINOR = 7;
-const S32 LL_VERSION_PATCH = 0;
+const S32 LL_VERSION_MINOR = 5;
+const S32 LL_VERSION_PATCH = 2;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";