From febbe7f7ada7dfbd246b2d2eb780c05a68236534 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 4 Nov 2001 19:30:48 +0000 Subject: [PATCH] version is now 0.1.1 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5edad3b..983a033 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/) AC_ARG_PROGRAM export PACKAGE=swftools -export VERSION=0.1.0 +export VERSION=0.1.1 export CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS="-O2 -fomit-frame-pointer" -- 1.7.10.4