From 549f77d49d6e29c423698c18e9f404504374ed07 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 17 Aug 2002 09:45:58 +0000 Subject: [PATCH] version is now 0.4.2. --- TODO | 3 --- configure | 2 +- configure.in | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) 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" -- 1.7.10.4