summaryrefslogtreecommitdiff
path: root/src/app/app_version.h.in
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-01-28 17:12:19 +0100
committerKai Koehne <kai.koehne@digia.com>2013-01-29 16:27:03 +0100
commit298531e370e490344f1e0786935197893be05c47 (patch)
treedb5697664d9b3149d6429e9de49a804bb2cab786 /src/app/app_version.h.in
parent6d8d85b11638d5931781b707ae44eccf9d0552b5 (diff)
downloadqt-creator-2.6.2.tar.gz
Incremented year in copyright infov2.6.2
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
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);