aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/Info.plist.in2
-rw-r--r--src/app/app_version.h.in4
-rw-r--r--src/app/main.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/app/Info.plist.in b/src/app/Info.plist.in
index 9cc0ee5423..630215b25a 100644
--- a/src/app/Info.plist.in
+++ b/src/app/Info.plist.in
@@ -202,7 +202,7 @@
</dict>
</array>
<key>NSHumanReadableCopyright</key>
- <string>(C) 2012 Digia Plc</string>
+ <string>(C) 2013 Digia Plc</string>
<key>CFBundleIconFile</key>
<string>$$ICON</string>
<key>CFBundlePackageType</key>
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);
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 169e34d1cd..1e22fe2212 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -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.