summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-08 11:22:52 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-02-08 11:22:52 -0500
commit635a264e6f76f33a05694c069635653cd19de5d9 (patch)
tree4e46ca17587c2fe0c75b9749f67486f4d8359bd6 /indra/llcommon/llversionviewer.h
parentb13fe12fb950f714a2e2fd97708a3baef39ef285 (diff)
parent289d756ea86bd3898f41592146d8f549cd056846 (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 27cdfcaa4e..a869c74189 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -28,8 +28,8 @@
#define LL_LLVERSIONVIEWER_H
const S32 LL_VERSION_MAJOR = 3;
-const S32 LL_VERSION_MINOR = 2;
-const S32 LL_VERSION_PATCH = 9;
+const S32 LL_VERSION_MINOR = 3;
+const S32 LL_VERSION_PATCH = 0;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";