summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-11-22 09:53:01 -0500
committerOz Linden <oz@lindenlab.com>2010-11-22 09:53:01 -0500
commit02701073ce70fc2e2043adf0ed7e0d6879669215 (patch)
tree023a1e9edbefac842b3d0fc7ec4bc2a5edcab899 /indra
parent93a8da6c220dcfcdd915b0aabe686f54d93c246e (diff)
increment viewer version number to 2.5
Diffstat (limited to 'indra')
-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 b209e4aa38..d6fa5b1997 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -28,7 +28,7 @@
#define LL_LLVERSIONVIEWER_H
const S32 LL_VERSION_MAJOR = 2;
-const S32 LL_VERSION_MINOR = 4;
+const S32 LL_VERSION_MINOR = 5;
const S32 LL_VERSION_PATCH = 0;
const S32 LL_VERSION_BUILD = 0;