From: fred Date: Wed, 9 Oct 1996 12:01:19 +0000 (+0000) Subject: lilypond-0.0.2 X-Git-Tag: release/1.5.59~7131 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d7caba7d5fd62be3394643b29090f1467b97b26;p=lilypond.git lilypond-0.0.2 --- diff --git a/version.cc b/version.cc index 5a14bb442e..d305e403c6 100644 --- a/version.cc +++ b/version.cc @@ -1,6 +1,6 @@ #include "version.hh" -static char *s = "LilyPond version " VERSIONSTR " compiled on " __DATE__ " at " __DATE__ "\n"; +static char *s = "LilyPond version " VERSIONSTR " compiled on " __DATE__ " at " __TIME__ "\n"; char * get_version()