diff --git a/makefile b/makefile index f283c3a..571488d 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Build a release of twander using 'make' -# $Id: makefile,v 1.112 2012/06/08 22:53:28 tundra Exp $ +# $Id: makefile,v 1.113 2012/06/09 02:30:40 tundra Exp $ # Uncomment One Of The Following For Early Releases @@ -41,7 +41,7 @@ RELEASES = "Releases" TARBALL = ${DIR}.tar.gz TMPFILE = tmpfile -VERSION = $(shell cvs log ${PROGMAIN} | grep head | cut -f2 -d " ")${EARLY} +VERSION = $(shell cvs log ${PROGMAIN} | grep ^head\: | cut -f2 -d " ")${EARLY} #####