Commit 761641ea authored by Stefan Behnel's avatar Stefan Behnel

removed unused 'make version' target: there should be one place where the version is updated

parent 12ccd79e
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment