From: fred Date: Sun, 24 Mar 2002 20:09:12 +0000 (+0000) Subject: lilypond-0.1.54 X-Git-Tag: release/1.5.59~3239 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2faf48a3eef851c4623f8c350d1bddc948c24ee7;p=lilypond.git lilypond-0.1.54 --- diff --git a/flower/flower-version.cc b/flower/flower-version.cc index deb0b19c7c..344474cd1b 100644 --- a/flower/flower-version.cc +++ b/flower/flower-version.cc @@ -3,17 +3,11 @@ #include "config.hh" // static char *s = "FlowerLib " MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL MY_PATCH_LEVEL " #%d"; -static char *s = "FlowerLib " FLOWER_VERSION " #%d"; +static char *s = "FlowerLib " FLOWER_VERSION ; -static const int build= -//#include ".build" -0 -; char const * flower_version_sz() { - static char v[1024]; - sprintf (v, s, build); - return v; + return s; }