]> git.donarmstrong.com Git - lilypond.git/blob - flower/flower-version.cc
344474cd1bd2610a9d4e2d74629f3bbd15ef0907
[lilypond.git] / flower / flower-version.cc
1 #include <stdio.h>
2
3 #include "config.hh"
4
5 // static char *s = "FlowerLib " MAJOR_VERSION "." MINOR_VERSION "."  PATCH_LEVEL MY_PATCH_LEVEL " #%d";
6 static char *s = "FlowerLib " FLOWER_VERSION ;
7
8
9 char const * 
10 flower_version_sz()
11 {
12   return s;
13 }