From: Francisco Vila <francisco.vila@hispalinux.es> Date: Mon, 1 Dec 2008 17:57:53 +0000 (+0100) Subject: Update harcoded year in notice printed by the -v option. X-Git-Tag: release/2.12.0-1~13^2~32^2~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a84e2f451a407b5be1e4dfa7a4d5e9a216fdae78;p=lilypond.git Update harcoded year in notice printed by the -v option. --- diff --git a/lily/main.cc b/lily/main.cc index 759091ee11..7a02d250f6 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -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"); }