aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app_version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app_version.h.in')
-rw-r--r--src/app/app_version.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/app_version.h.in b/src/app/app_version.h.in
index c04aed72dc..1107bc08bf 100644
--- a/src/app/app_version.h.in
+++ b/src/app/app_version.h.in
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
@@ -45,7 +45,7 @@ namespace Constants {
const char * const IDE_VERSION_LONG = IDE_VERSION_STR;
const char * const IDE_AUTHOR = \"Digia Plc\";
-const char * const IDE_YEAR = \"2012\";
+const char * const IDE_YEAR = \"2013\";
#ifdef IDE_VERSION_DESCRIPTION
const char * const IDE_VERSION_DESCRIPTION_STR = STRINGIFY(IDE_VERSION_DESCRIPTION);