From: kramm Date: Wed, 21 Nov 2001 16:53:06 +0000 (+0000) Subject: version is now 0.1.2. X-Git-Tag: release-0-1-2~2 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=da8179380aeab541b22d01bce381830e753301b5 version is now 0.1.2. --- 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"