From b1990cf026eaa65a4e27a7abcc85e5edac9e9bad Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 7 Nov 2011 19:18:06 +0000 Subject: [PATCH] update copyright info in OS X bundle git-svn-id: svn://localhost/ardour2/branches/3.0@10480 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/InfoPlist.strings.in | 2 +- tools/osx_packaging/Resources/InfoPlist.strings | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.";