lilypond-1.3.144
[lilypond.git] / flower / flower-version.cc
blob746deacb9342c0824624786681c9c9cfc5705009
1 #include <stdio.h>
3 #include "version.hh"
5 static char *s = "FlowerLib " MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL "." MY_PATCH_LEVEL;
6 //static char *s = "FlowerLib " FLOWER_VERSION ;
9 char const *
10 flower_version_sz()
12 return s;