chiark / gitweb /
Build fixes.
[userv.git] / buildship
index 759c30e716e37f47f6a5c81cac3028398b2e8185..84cde9218afeeedec51297f9ea263455601b2cdf 100755 (executable)
--- a/buildship
+++ b/buildship
@@ -2,7 +2,7 @@
 # to release, check out a fresh copy and then run this
 
 set -e
-version=`sed -n 's/^#define VERSION \"\(.*\)\" *$/\1/p' version.h`
+version=`sed -n 's/^VERSION=\(.*\) *$/\1/p' Makefile.in`
 targz=userv-$version.tar.gz
 tag=`echo release-$version | sed -e 's/\./-/g'`