From: fred Date: Sat, 14 Dec 1996 11:20:09 +0000 (+0000) Subject: lilypond-0.0.17 X-Git-Tag: release/1.5.59~6591 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=68387945d881fba743386f00187a3402deb4a3d7;p=lilypond.git lilypond-0.0.17 --- diff --git a/src/version.cc b/src/version.cc index 3e81f11500..b2a57def4a 100644 --- a/src/version.cc +++ b/src/version.cc @@ -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()