From ebe8311fbc4ae22fea950e1629984a08c93fc4f7 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 7 Mar 2002 22:47:15 +0000 Subject: [PATCH] Version++ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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