Zstd cli : --version and --help write to stdout
diff --git a/Makefile b/Makefile
index c778cb7..0995d85 100644
--- a/Makefile
+++ b/Makefile
@@ -32,11 +32,10 @@
 # ################################################################
 
 # Version number
-export VERSION=0.1.0
-export RELEASE=r$(VERSION)
+export VERSION=0.1.1
 
 DESTDIR?=
-PREFIX ?= /usr
+PREFIX ?= /usr/local
 
 LIBDIR ?= $(PREFIX)/lib
 INCLUDEDIR=$(PREFIX)/include