From: kramm Date: Sat, 17 Aug 2002 09:45:58 +0000 (+0000) Subject: version is now 0.4.2. X-Git-Tag: release-0-4-2~1 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=549f77d49d6e29c423698c18e9f404504374ed07 version is now 0.4.2. --- diff --git a/TODO b/TODO index 15c7103..ef995dc 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,3 @@ swfextract: png2swf: * type 2 (truecolor) transparency * type 6 images - -avi2swf: - * some movies are upside down diff --git a/configure b/configure index 89834a3..cc7e0d6 100755 --- a/configure +++ b/configure @@ -694,7 +694,7 @@ fi PACKAGE=swftools -VERSION=0.4.1 +VERSION=0.4.2 # -Winline? CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" diff --git a/configure.in b/configure.in index dc4895b..27cd342 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.4.1 +VERSION=0.4.2 # -Winline? CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer"