From: fred Date: Sun, 24 Mar 2002 20:08:05 +0000 (+0000) Subject: lilypond-0.1.57 X-Git-Tag: release/1.5.59~3303 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6bdc10e4cd0fb4511334516ea466600b82296ca1;p=lilypond.git lilypond-0.1.57 --- diff --git a/lily/lily-version.cc b/lily/lily-version.cc index a5aace6974..b6a37c812b 100644 --- a/lily/lily-version.cc +++ b/lily/lily-version.cc @@ -1,9 +1,12 @@ #include #include "config.hh" +#include "version.hh" -// #define VERSION_SZ MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL MY_PATCH_LEVEL -#define VERSION_SZ TOPLEVEL_VERSION + #define VERSION_SZ MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL MY_PATCH_LEVEL + +//#define VERSION_SZ TOPLEVEL_VERSION +//#define VERSION_SZ "version" static char *s = "GNU LilyPond " VERSION_SZ ;