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-1.5.10
[lilypond.git]
/
lily
/
version.cc
blob
787f001831c50b839e5a2a93ee389a6be989f833
1
#include
"main.hh"
2
#include
"string.hh"
3
4
char const
*
lily_version_sz
();
5
6
String
7
get_version_str
()
8
{
9
String s
=
lily_version_sz
();
10
return
s
;
11
}