]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.42
authorfred <fred>
Thu, 13 Mar 1997 16:09:37 +0000 (16:09 +0000)
committerfred <fred>
Thu, 13 Mar 1997 16:09:37 +0000 (16:09 +0000)
flower/lib/flower-version.cc [new file with mode: 0644]
lily/.version [new file with mode: 0644]

diff --git a/flower/lib/flower-version.cc b/flower/lib/flower-version.cc
new file mode 100644 (file)
index 0000000..83a69c0
--- /dev/null
@@ -0,0 +1,16 @@
+#include "../out/version.hh"   // urg
+#include <stdio.h>
+
+static char *s = "FlowerLib " MAJOR_VERSION "." MINOR_VERSION "."  PATCH_LEVEL MY_PATCH_LEVEL " #%d";
+
+static const int build=
+#include "../out/.build"
+;
+
+const char * 
+flower_version_sz()
+{
+    static char v[1024];
+    sprintf(v, s, build);
+    return v;
+}
diff --git a/lily/.version b/lily/.version
new file mode 100644 (file)
index 0000000..10eeb0d
--- /dev/null
@@ -0,0 +1,4 @@
+MAJOR_VERSION = 0
+MINOR_VERSION = 0
+PATCH_LEVEL = 41
+MY_PATCH_LEVEL=
\ No newline at end of file