diff --git a/Makefile b/Makefile index 82b29ef..69cf2e2 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ clean: - bash -c "[[ -f lib/libezfio.a ]] && rm $$PWD/lib/*" - bash -c "[[ -f Python/ezfio.py ]] && rm $$PWD/Python/*" - bash -c "[[ -f Ocaml/ezfio.ml ]] && rm $$PWD/Ocaml/*" - - bash -c "[[ -f Bash/ezfio.sh ]] && rm $$PWD/Bash/*" - $(MAKE) -C $$PWD/src veryclean archive: veryclean diff --git a/version b/version index 8b0c5c7..8bcaf48 100644 --- a/version +++ b/version @@ -1 +1 @@ -VERSION=1.4.0 +VERSION=1.4.1