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
flower-1.0.3
[lilypond.git]
/
version.cc
blob
401273b6b11d1cbca02641a59759aa1ada638f6b
1
#include
"version.hh"
2
3
static char
*
s
=
"LilyPond version "
VERSIONSTR
" compiled on "
__DATE__
" at "
__TIME__
"
\n
"
;
4
5
const char
*
6
get_version
()
7
{
8
return
s
;
9
}