From: kramm Date: Sun, 16 Jun 2002 21:30:24 +0000 (+0000) Subject: Version is now 0.4.0. X-Git-Tag: release-0-4-0~4 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=d1915f315f85f3c23f8f7f109f22ccfb9551fb3e Version is now 0.4.0. --- diff --git a/configure.in b/configure.in index f301775..d64c900 100644 --- a/configure.in +++ b/configure.in @@ -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