]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.57
authorfred <fred>
Sun, 24 Mar 2002 20:08:05 +0000 (20:08 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:08:05 +0000 (20:08 +0000)
lily/lily-version.cc

index a5aace69748c19e6404ada4b18fe8f7b24122c85..b6a37c812b785ac2b838e8ffbdfe4233e4b41b55 100644 (file)
@@ -1,9 +1,12 @@
 #include <stdio.h>
 
 #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 ;