]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/flower-version.cc
release: 0.1.54
[lilypond.git] / 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;
 }