From 1df2c7f237d9af915ab6230f786402c4eb6d2eed Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 13 Mar 1997 16:09:37 +0000 Subject: [PATCH] lilypond-0.0.42 --- flower/lib/flower-version.cc | 16 ++++++++++++++++ lily/.version | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 flower/lib/flower-version.cc create mode 100644 lily/.version diff --git a/flower/lib/flower-version.cc b/flower/lib/flower-version.cc new file mode 100644 index 0000000000..83a69c0cef --- /dev/null +++ b/flower/lib/flower-version.cc @@ -0,0 +1,16 @@ +#include "../out/version.hh" // urg +#include + +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 index 0000000000..10eeb0d37d --- /dev/null +++ b/lily/.version @@ -0,0 +1,4 @@ +MAJOR_VERSION = 0 +MINOR_VERSION = 0 +PATCH_LEVEL = 41 +MY_PATCH_LEVEL= \ No newline at end of file -- 2.39.5