From da8179380aeab541b22d01bce381830e753301b5 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 21 Nov 2001 16:53:06 +0000 Subject: [PATCH] version is now 0.1.2. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 983a033..bf9d4bf 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/) AC_ARG_PROGRAM export PACKAGE=swftools -export VERSION=0.1.1 +export VERSION=0.1.2 export CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS="-O2 -fomit-frame-pointer" -- 1.7.10.4