diff --git a/Makefile b/Makefile index 34173c4..cabee1c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=3.4.0 +VERSION=3.4.1 BUILD=1 PYTHON=$(shell which python2.7 || which python27 || which python2.6 || which python26 || which python)