summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-09 10:56:03 -0800
committerTofu Buzzard <no-email>2011-03-09 10:56:03 -0800
commit63636e8ceabc7487e42427d9a6a83cad5116daa0 (patch)
treee912dda63824af14ea7a53c4e31b9ec22a514b44 /indra/llcommon/llversionviewer.h
parent47f8b357eaa2af76e675c2235a071962f4203b5f (diff)
parent75e938cd75d82fcea7d58c556abf403b3629283e (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";