From 761641eaa4687908bfcd388f74430328a0993dbb Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 10 Jun 2008 19:59:08 +0200 Subject: [PATCH] removed unused 'make version' target: there should be one place where the version is updated --- Makefile | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.26.2