summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-02-15 10:13:09 -0500
committerLoren Shih <seraph@lindenlab.com>2011-02-15 10:13:09 -0500
commit2d8e34c788ce3c9c95028bc989341fd17630a8a8 (patch)
tree6834324312a4e21bb66138d4dfa271e25b623467
parentcf728ab09ec12c73e95b8e2304a3b69c9460182e (diff)
parent3555849644ff228a189dd2a21e57def22f142e5d (diff)
Automated merge up from viewer-development into mesh-development
-rw-r--r--.hgtags1
-rw-r--r--indra/llcommon/llversionviewer.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/.hgtags b/.hgtags
index 1087bc7208..18de8dacd7 100644
--- a/.hgtags
+++ b/.hgtags
@@ -71,3 +71,4 @@ b723921b5c711bd24dbe77dc76ef488b544dac78 2.5.0-beta3
b723921b5c711bd24dbe77dc76ef488b544dac78 DRTVWR-34_2.5.0-beta3
b723921b5c711bd24dbe77dc76ef488b544dac78 2.5.0-release
b723921b5c711bd24dbe77dc76ef488b544dac78 DRTVWR-31_2.5.0-release
+92e58e51776a4f8c29069b1a62ff21454d2085f0 2.6.0-start
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index 7d5afe92dc..7703132d90 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 = 6;
+const S32 LL_VERSION_MINOR = 7;
const S32 LL_VERSION_PATCH = 0;
const S32 LL_VERSION_BUILD = 0;