Version is now 0.4.0.
authorkramm <kramm>
Sun, 16 Jun 2002 21:30:24 +0000 (21:30 +0000)
committerkramm <kramm>
Sun, 16 Jun 2002 21:30:24 +0000 (21:30 +0000)
configure.in

index f301775..d64c900 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/)
 
 PACKAGE=swftools
-VERSION=0.3.1
+VERSION=0.4.0
 CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer"
 CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer"
 export PACKAGE VERSION CFLAGS CXXFLAGS