changeset 510:f8833ed742fc

Add signing, update copyright date
author Chris Cannam
date Mon, 16 Jul 2012 10:59:43 +0100
parents 451d3c087112
children b745a551e28a
files deploy/osx/deploy.sh main/MainWindow.cpp
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/deploy.sh	Mon Jul 16 10:29:38 2012 +0100
+++ b/deploy/osx/deploy.sh	Mon Jul 16 10:59:43 2012 +0100
@@ -46,6 +46,8 @@
 
 echo "Done: check $target/Contents/Info.plist for sanity please"
 
+deploy/osx/sign.sh "$volume" || exit 1
+
 echo
 echo "Making dmg..."
 
--- a/main/MainWindow.cpp	Mon Jul 16 10:29:38 2012 +0100
+++ b/main/MainWindow.cpp	Mon Jul 16 10:59:43 2012 +0100
@@ -4358,7 +4358,7 @@
 #endif
 
     aboutText += 
-        "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2011 Chris Cannam and "
+        "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2012 Chris Cannam and "
         "Queen Mary, University of London.</small></p>"
         "<p><small>This program is free software; you can redistribute it and/or "
         "modify it under the terms of the GNU General Public License as "