diff --git a/Makefile b/Makefile index dbda9847..69d14b71 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.8 +VERSION=0.1.9 TAG=$(shell echo "V.$(VERSION)" |sed "s/\./_/g" ) TARGET=xca-$(VERSION) GCC=g++ -Wall