]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-version.cc
release: 0.1.57
[lilypond.git] / 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 ;