From: fred Date: Thu, 4 Jun 1998 06:32:26 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5944 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1f7134ba23153a9ae2b7b3af6f018941f310196b;p=lilypond.git lilypond-1.0.1 --- diff --git a/buildscripts/show-current.sh b/buildscripts/show-current.sh new file mode 100644 index 0000000000..7ae9c3fb03 --- /dev/null +++ b/buildscripts/show-current.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# show-current.sh + +. $LILYPOND_SOURCEDIR/VERSION +VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL +if [ "$MY_PATCH_LEVEL" != "" ]; then + VERSION=$VERSION.$MY_PATCH_LEVEL +fi +echo $VERSION