]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/show-current.sh
7ae9c3fb0307b482323e6c9ba4c5f6a42b9fd49d
[lilypond.git] / buildscripts / show-current.sh
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