summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/coreconstants.h
diff options
context:
space:
mode:
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 9bce32adc1..99b7e50c37 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 0
-#define IDE_VERSION_RELEASE 80
+#define IDE_VERSION_MINOR 1
+#define IDE_VERSION_RELEASE 0
#define STRINGIFY_INTERNAL(x) #x
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)