From e10a07d8b1112aceb88f100993dcce7e9c9a9d99 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 20 Jan 2010 12:59:34 +0100 Subject: [PATCH] Updated IDE_YEAR to 2010. --- src/plugins/coreplugin/coreconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h index a391f8b723a..72aba42a644 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);