summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2016-03-02 11:01:25 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2016-03-02 10:58:08 +0000
commit063a6fc9ba1a6e5bb254bf0d106300600ef48e77 (patch)
tree3f8371a965a172b4ed7f3d6c1857cd63052e3390
parent09c4ae8ed58f4b3803e4ae67b7aedcd15c2ce5ef (diff)
downloadqt-creator-063a6fc9ba1a6e5bb254bf0d106300600ef48e77.tar.gz
Increment IDE_YEAR
Change-Id: Ib7008eddf6c638e04711158dcb3543c3d992d7ee Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
-rw-r--r--src/app/app_version.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app_version.h.in b/src/app/app_version.h.in
index ce0da1694b..e9d8fe76ad 100644
--- a/src/app/app_version.h.in
+++ b/src/app/app_version.h.in
@@ -46,7 +46,7 @@ namespace Constants {
const char * const IDE_VERSION_LONG = IDE_VERSION_STR;
const char * const IDE_AUTHOR = \"The Qt Company Ltd\";
-const char * const IDE_YEAR = \"2015\";
+const char * const IDE_YEAR = \"2016\";
#ifdef IDE_VERSION_DESCRIPTION
const char * const IDE_VERSION_DESCRIPTION_STR = STRINGIFY(IDE_VERSION_DESCRIPTION);