]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Thu, 4 Jun 1998 06:32:26 +0000 (06:32 +0000)
committerfred <fred>
Thu, 4 Jun 1998 06:32:26 +0000 (06:32 +0000)
buildscripts/show-current.sh [new file with mode: 0644]

diff --git a/buildscripts/show-current.sh b/buildscripts/show-current.sh
new file mode 100644 (file)
index 0000000..7ae9c3f
--- /dev/null
@@ -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