diff --git a/tools/osx_packaging/InfoPlist.strings.in b/tools/osx_packaging/InfoPlist.strings.in index a7a2ba5b40..04b906fee7 100644 --- a/tools/osx_packaging/InfoPlist.strings.in +++ b/tools/osx_packaging/InfoPlist.strings.in @@ -1,4 +1,4 @@ CFBundleName = "@APPNAME@"; CFBundleShortVersionString = "@VERSION@"; -CFBundleGetInfoString = "@APPNAME@ v @VERSION@ Copyright 2001-2008 Paul Davis"; +CFBundleGetInfoString = "@APPNAME@ v @VERSION@ Copyright 2001-2011 Paul Davis"; NSHumanReadableCopyright = "Copyright 2001-20011 Paul Davis."; diff --git a/tools/osx_packaging/Resources/InfoPlist.strings b/tools/osx_packaging/Resources/InfoPlist.strings index 3e98fa058a..83e60ac987 100644 --- a/tools/osx_packaging/Resources/InfoPlist.strings +++ b/tools/osx_packaging/Resources/InfoPlist.strings @@ -1,4 +1,4 @@ CFBundleName = "Ardour3"; -CFBundleShortVersionString = "3.0/10433"; -CFBundleGetInfoString = "Ardour3 v 3.0/10433 Copyright 2001-2008 Paul Davis"; +CFBundleShortVersionString = "3.0/10446"; +CFBundleGetInfoString = "Ardour3 v 3.0/10446 Copyright 2001-2008 Paul Davis"; NSHumanReadableCopyright = "Copyright 2001-20011 Paul Davis.";