diff options
author | Max <post@wickenrode.com> | 2016-01-13 18:12:13 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2016-01-13 18:17:59 +0100 |
commit | a739b2b2c8d576aa92f6e66eafea06d660af5763 (patch) | |
tree | cfe901604aa75f64be3a238225aa07c82c7180df | |
parent | 8b44ff9111c41a65185ebefff4b39dfe3e91364a (diff) | |
download | sequelpro-a739b2b2c8d576aa92f6e66eafea06d660af5763.tar.gz sequelpro-a739b2b2c8d576aa92f6e66eafea06d660af5763.tar.bz2 sequelpro-a739b2b2c8d576aa92f6e66eafea06d660af5763.zip |
More 2016
-rw-r--r-- | Resources/English.lproj/InfoPlist.strings | 4 | ||||
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Resources/English.lproj/InfoPlist.strings b/Resources/English.lproj/InfoPlist.strings index af866cf8..64644f83 100644 --- a/Resources/English.lproj/InfoPlist.strings +++ b/Resources/English.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ /* Localized versions of Info.plist keys */ -CFBundleGetInfoString = "Sequel Pro version 1.0.2, Copyright 2002-2013 Sequel Pro and CocoaMySQL team."; -NSHumanReadableCopyright = "Copyright 2002-2013 Sequel Pro and CocoaMySQL team.";
\ No newline at end of file +CFBundleGetInfoString = "Sequel Pro version 1.1, Copyright 2002-2016 Sequel Pro and CocoaMySQL team."; +NSHumanReadableCopyright = "Copyright 2002-2016 Sequel Pro and CocoaMySQL team.";
\ No newline at end of file diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index a0b1401b..c4a82db9 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -202,7 +202,7 @@ <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> - <string>Copyright 2002-2015 Sequel Pro and CocoaMySQL team.</string> + <string>Copyright 2002-2016 Sequel Pro and CocoaMySQL team.</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |