]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update harcoded year in notice printed by the -v option.
authorFrancisco Vila <francisco.vila@hispalinux.es>
Mon, 1 Dec 2008 17:57:53 +0000 (18:57 +0100)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Mon, 1 Dec 2008 17:57:53 +0000 (18:57 +0100)
lily/main.cc

index 759091ee11f4adc11b72bde8aeaa26d6d2c94365..7a02d250f66bb86a975d48153315b354ecc1982e 100644 (file)
@@ -224,7 +224,7 @@ static void
 copyright ()
 {
   printf (_f ("Copyright (c) %s by\n%s  and others.",
-             "1996--2007",
+             "1996--2008",
              AUTHORS).c_str ());
   printf ("\n");
 }