]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.2
authorfred <fred>
Wed, 9 Oct 1996 12:01:19 +0000 (12:01 +0000)
committerfred <fred>
Wed, 9 Oct 1996 12:01:19 +0000 (12:01 +0000)
version.cc

index 5a14bb442e85d6cca66a8ebeea534ce3229f7e76..d305e403c6e20b55182be1f5d592b6b7ace200e9 100644 (file)
@@ -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()