From 3ea2f29ba12aea44c1fe5cd0727ec687f96dbb39 Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Sat, 29 Apr 2006 21:48:48 +0200 Subject: [PATCH] bump version to 1.01 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca8a1cb..4b0bd15 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v1.00 +VERSION := v1.01 CFLAGS := -O2 -pipe -Wall -DVERSION='"$(VERSION)"' CXXFLAGS := -O2 -pipe -Wall -Wunused -Wno-deprecated -DVERSION='"$(VERSION)"'