From 29418e25565d2202fcdc073e39b62321fdc14f5d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 9 Oct 1996 12:01:19 +0000 Subject: [PATCH] lilypond-0.0.2 --- version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.11.4.GIT