summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/coreconstants.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-08-30 10:38:18 +0200
committerhjk <qtc-committer@nokia.com>2010-08-30 10:38:38 +0200
commit63bc8a0050bac5c4b5a108b8f3f1082e48086ba7 (patch)
treed84ee09981533a9574cbd04182da03088d232e03 /src/plugins/coreplugin/coreconstants.h
parent5d133e248e941f390cf0eaa70779290e9a6486e9 (diff)
downloadqt-creator-63bc8a0050bac5c4b5a108b8f3f1082e48086ba7.tar.gz
replace version 2.1.80 by 2.0.90
Diffstat (limited to 'src/plugins/coreplugin/coreconstants.h')
-rw-r--r--src/plugins/coreplugin/coreconstants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h
index 31c1af8f6d..ecc1c2a4bc 100644
--- a/src/plugins/coreplugin/coreconstants.h
+++ b/src/plugins/coreplugin/coreconstants.h
@@ -36,8 +36,8 @@ namespace Core {
namespace Constants {
#define IDE_VERSION_MAJOR 2
-#define IDE_VERSION_MINOR 1
-#define IDE_VERSION_RELEASE 80
+#define IDE_VERSION_MINOR 0
+#define IDE_VERSION_RELEASE 90
#define STRINGIFY_INTERNAL(x) #x
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)