From 2faf48a3eef851c4623f8c350d1bddc948c24ee7 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:09:12 +0000 Subject: [PATCH] lilypond-0.1.54 --- flower/flower-version.cc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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; } -- 2.39.5