From: Stefan Behnel Date: Tue, 10 Jun 2008 17:59:08 +0000 (+0200) Subject: removed unused 'make version' target: there should be one place where the version... X-Git-Tag: 0.9.8rc1~11^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=761641eaa4687908bfcd388f74430328a0993dbb;p=cython.git removed unused 'make version' target: there should be one place where the version is updated --- diff --git a/Makefile b/Makefile index 81aa68b4..a005cf96 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,5 @@ -VERSION = 0.9.6.3 PYTHON?=python -version: - @echo "Setting version to $(VERSION)" - @echo "version = '$(VERSION)'" > Cython/Compiler/Version.py - clean: @echo Cleaning Source @rm -f *.pyc */*.pyc */*/*.pyc