]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.54
authorfred <fred>
Sun, 24 Mar 2002 20:09:12 +0000 (20:09 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:09:12 +0000 (20:09 +0000)
flower/flower-version.cc

index deb0b19c7c6c3d8bfeece2026694e0af0b28058c..344474cd1bd2610a9d4e2d74629f3bbd15ef0907 100644 (file)
@@ -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;
 }