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.3.122
[lilypond.git]
/
buildscripts
/
show-current.sh
blob
7ae9c3fb0307b482323e6c9ba4c5f6a42b9fd49d
1
#!/bin/sh
2
# show-current.sh
3
4
.
$LILYPOND_SOURCEDIR
/
VERSION
5
VERSION
=
$MAJOR_VERSION
.
$MINOR_VERSION
.
$PATCH_LEVEL
6
if
[
"
$MY_PATCH_LEVEL
"
!=
""
];
then
7
VERSION
=
$VERSION
.
$MY_PATCH_LEVEL
8
fi
9
echo
$VERSION