From d1915f315f85f3c23f8f7f109f22ccfb9551fb3e Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 16 Jun 2002 21:30:24 +0000 Subject: [PATCH] Version is now 0.4.0. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4