]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.57
authorfred <fred>
Sun, 24 Mar 2002 20:08:03 +0000 (20:08 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:08:03 +0000 (20:08 +0000)
mi2mu/mi2mu-version.cc

index e008ad3e7b56fd6a1cd99c4b283194c33131f315..55946e5470df1828b8d259b5a6a6a0a93f211699 100644 (file)
@@ -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;
 }