summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2010-01-20 12:59:34 +0100
committerRobert Loehning <robert.loehning@nokia.com>2010-01-20 12:59:34 +0100
commite10a07d8b1112aceb88f100993dcce7e9c9a9d99 (patch)
tree842d62c8686a3084a54ab154fe083217c3f802a3
parent1e6e2580db62c824c24103fe753b5b27f5cd9249 (diff)
downloadqt-creator-e10a07d8b1112aceb88f100993dcce7e9c9a9d99.tar.gz
Updated IDE_YEAR to 2010.
-rw-r--r--src/plugins/coreplugin/coreconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h
index a391f8b723..72aba42a64 100644
--- a/src/plugins/coreplugin/coreconstants.h
+++ b/src/plugins/coreplugin/coreconstants.h
@@ -46,7 +46,7 @@ namespace Constants {
const char * const IDE_VERSION_LONG = IDE_VERSION;
const char * const IDE_AUTHOR = "Nokia Corporation";
-const char * const IDE_YEAR = "2009";
+const char * const IDE_YEAR = "2010";
#ifdef IDE_REVISION
const char * const IDE_REVISION_STR = STRINGIFY(IDE_REVISION);