lilypond-1.0.4
[lilypond.git] / mi2mu / mi2mu-version.cc
blob113512d363a9de3904e71d334e1ae48d4f70e980
1 //
2 // version.cc -- implement inexpensive versioning
3 //
4 // copyright 1997 Jan Nieuwenhuizen <janneke@gnu.org>
6 #include <stdio.h>
7 #include "config.hh"
8 #include "version.hh"
10 #define VERSION_SZ MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL "." MY_PATCH_LEVEL
12 static char *s = "mi2mu " VERSION_SZ;
15 const char *
16 mi2mu_version_sz()
18 return s;