From: kramm Date: Sat, 27 Oct 2001 21:02:07 +0000 (+0000) Subject: version is now pre0.0.3 X-Git-Tag: release-0-1-0~116 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=88bafc72e1f9a16dd2df59094c7a0fa72da1d216 version is now pre0.0.3 --- diff --git a/configure.in b/configure.in index f17af10..6435fe2 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/) AC_ARG_PROGRAM export PACKAGE=swftools -export VERSION=0.0.2 +export VERSION=pre0.0.3 export CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS="-O2 -fomit-frame-pointer"