Version:1.2.14
This commit is contained in:
Anthony Scemama 2012-06-04 17:11:10 +02:00
parent 44a27ce079
commit 1a32c9d811
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ HAS_CYTHON=$(shell which cython &> /dev/null && echo 1 || echo 0)
ifeq ($(HAS_CYTHON),0)
irpf90.exe:
cp irpf90_python.exe irpf90.exe
cp -f irpf90_python.exe irpf90.exe
else
@ -20,4 +20,4 @@ irpf90.c: irpf90.py
endif
clean:
rm *.c *.so *.pyc 2>/dev/null
rm -f *.c *.so *.pyc *.pyo 2>/dev/null

View File

@ -1 +1 @@
version = "1.2.13"
version = "1.2.14"