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