diff --git a/makefile b/makefile index 485c7f4..c2c88dd 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Build a release of tconfpy using 'make' -# $Id: makefile,v 1.109 2012/05/29 15:10:56 tundra Exp $ +# $Id: makefile,v 1.110 2012/05/29 15:14:22 tundra Exp $ # Requires a modern 'make' like GNU. @@ -36,7 +36,7 @@ RELDIR = "Releases" TARBALL = ${DIR}.tar.gz TMPFILE = tmpfile -VERSION = $(shell grep '$Id: makefile,v 1.109 2012/05/29 15:10:56 tundra Exp ${PROGNAME}.py | cut -f 5 -d " ")${EARLY} +VERSION = $(shell grep 'RCSID = ' ${PROGNAME}.py | cut -f 5 -d " ")${EARLY}