From d757991320a97d79d1f6695bf4cc93371d22a5fe Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 18 Apr 1998 23:24:32 +0000 Subject: [PATCH] lilypond-0.1.57 --- lily/lily-version.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ; -- 2.11.4.GIT