projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ccd79
)
removed unused 'make version' target: there should be one place where the version...
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 10 Jun 2008 17:59:08 +0000
(19:59 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 10 Jun 2008 17:59:08 +0000
(19:59 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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