]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/release
release: 0.1.1
[lilypond.git] / bin / release
index 0cd180d68b1be563d64138dac9ceb1668ce8fa46..7521b49f1150b9e23189fef72e4102adcd626177 100755 (executable)
@@ -2,15 +2,15 @@
 
 # script to automate releases
 
-grep -q  '^TOP' .version
+grep -q  '^TOP' VERSION
     res=$?
-if test ! -f .version  || test $res != 0; then
+if test ! -f VERSION  || test $res != 0; then
     echo not in topleveldir
     exit 1
 fi    
 
 function setversion() {
-eval `sed -n 's/^\([A-Z_]*\) *= *\(.*\)$/\1=\2/p' .version`
+eval `sed -n 's/^\([A-Z_]*\) *= *\(.*\)$/\1=\2/p' VERSION`
 
 MJ=$TOPLEVEL_MAJOR_VERSION
 MI=$TOPLEVEL_MINOR_VERSION
@@ -50,7 +50,7 @@ patch=patch-$LILYVER.gz
 mv  $tarball $releasedir/
 
 cd ../test
-$heredir/bin/make_patch $LASTVER $NEWVER lilypond
+$heredir/bin/make-patch $LASTVER $NEWVER lilypond
 gzip -f9 patch-$NEWVER
 mv $patch $patchdir//