* version is now 0.2.3
[swftools.git] / configure.in
index 26a2d08..3e3f4dd 100644 (file)
@@ -2,9 +2,9 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/)
 
 PACKAGE=swftools
-VERSION=0.2.2
-CFLAGS="-Wimplicit -Wreturn-type -O2 -fomit-frame-pointer"
-CXXFLAGS="-Wimplicit -Wreturn-type -O2 -fomit-frame-pointer"
+VERSION=0.2.3
+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
 
 dnl Checks for programs.