Author: gnichols Date: 2011-08-31 20:41:49 +0000 (Wed, 31 Aug 2011) New Revision: 1059
Modified: trunk/Makefile Log: R20
Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2011-08-31 14:39:47 UTC (rev 1058) +++ trunk/Makefile 2011-08-31 20:41:49 UTC (rev 1059) @@ -14,7 +14,7 @@ # Author: Greg Nichols
V7_VERSION := 1.4 -V7_RELEASE := 19 +V7_RELEASE := 20 V7_VERSION_RELEASE := $(V7_VERSION)-$(V7_RELEASE) V7_VERSION_PY := v7/version.py V7_SVN_MODULE := svn+ssh://svn.fedorahosted.org/svn/v7 @@ -22,10 +22,6 @@
HERE=$(shell pwd)
-HERE=$(shell pwd) - -HERE=$(shell pwd) - .PHONY: clean install
SUBDIRS := test-env v7 tests docs
v7-commits@lists.stg.fedorahosted.org