]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.17
authorfred <fred>
Sat, 14 Dec 1996 11:20:09 +0000 (11:20 +0000)
committerfred <fred>
Sat, 14 Dec 1996 11:20:09 +0000 (11:20 +0000)
src/version.cc

index 3e81f115004fcdb96b213eed418c61f5ef5cf48f..b2a57def4ae1d04f2ca871ae32d1265eb1a6c060 100644 (file)
@@ -1,7 +1,8 @@
 #include "version.hh"
+#include "fversion.hh"
 
-static char *s = "LilyPond version " VERSIONSTR " compiled on "
-   __DATE__ " at " __TIME__ " with " COMPILER "\n";
+static char *s = "LilyPond " VERSIONSTR    "/FlowerLib " FVERSIONSTR
+". Compile: "   __DATE__ ", " __TIME__ " (" COMPILER ")\n";
 
 const char *
 get_version()