removed unused 'make version' target: there should be one place where the version...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 10 Jun 2008 17:59:08 +0000 (19:59 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 10 Jun 2008 17:59:08 +0000 (19:59 +0200)
Makefile

index 81aa68b4ed14f9ff564bb1e72e0d9895246e9b9c..a005cf9648920a3a2f0503ae1420646b8f4cb2eb 100644 (file)
--- 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