about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2014-01-25 10:42:38 +0100
committerPaweł Jastrzębski <[email protected]>2014-01-25 10:42:38 +0100
commit3a536df626798d4895039c6596fd03bedcfd6b66 (patch)
tree1106a9ed31b47cff07ffa0e2777770eaae25dfe8 /setup.py
parentAdded MD5 check to update mechanism (diff)
downloadkcc-3a536df626798d4895039c6596fd03bedcfd6b66.tar.gz
kcc-3a536df626798d4895039c6596fd03bedcfd6b66.tar.bz2
kcc-3a536df626798d4895039c6596fd03bedcfd6b66.zip
Code cleanup
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6ca1a59..f805c66 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ if platform == "darwin":
                     CFBundleName=NAME,
                     CFBundleShortVersionString=VERSION,
                     CFBundleGetInfoString=NAME + " " + VERSION +
-                    ", written 2012-2013 by Ciro Mattia Gonano and Pawel Jastrzebski",
+                    ", written 2012-2014 by Ciro Mattia Gonano and Pawel Jastrzebski",
                     CFBundleExecutable=NAME,
                     CFBundleIdentifier='com.github.ciromattia.kcc',
                     CFBundleSignature='dplt',