repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.1.37
[lilypond.git]
/
src
/
version.cc
blob
b2a57def4ae1d04f2ca871ae32d1265eb1a6c060
1
#include
"version.hh"
2
#include
"fversion.hh"
3
4
static char
*
s
=
"LilyPond "
VERSIONSTR
"/FlowerLib "
FVERSIONSTR
5
". Compile: "
__DATE__
", "
__TIME__
" ("
COMPILER
")
\n
"
;
6
7
const char
*
8
get_version
()
9
{
10
return
s
;
11
}