From: fred Date: Sun, 24 Mar 2002 20:08:03 +0000 (+0000) Subject: lilypond-0.1.57 X-Git-Tag: release/1.5.59~3305 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=87377804140ba2644e831380d6739c98600d4044;p=lilypond.git lilypond-0.1.57 --- diff --git a/mi2mu/mi2mu-version.cc b/mi2mu/mi2mu-version.cc index e008ad3e7b..55946e5470 100644 --- a/mi2mu/mi2mu-version.cc +++ b/mi2mu/mi2mu-version.cc @@ -9,18 +9,12 @@ // static char *s = "mi2mu " MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL MY_PATCH_LEVEL " #%d"; //urg -static char *s = "mi2mu " TOPLEVEL_VERSION " #%d"; +//static char *s = "mi2mu " TOPLEVEL_VERSION " #%d"; +static char *s = "mi2mu FIXME " ; -static const int build= -//#include ".build" -0 -; const char * mi2mu_version_sz() -{ - static char v[1024]; - sprintf(v, s, build); - return v; +{ return s; }