version is now 0.4.2.
authorkramm <kramm>
Sat, 17 Aug 2002 09:45:58 +0000 (09:45 +0000)
committerkramm <kramm>
Sat, 17 Aug 2002 09:45:58 +0000 (09:45 +0000)
TODO
configure
configure.in

diff --git a/TODO b/TODO
index 15c7103..ef995dc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,3 @@ swfextract:
 png2swf:
     * type 2 (truecolor) transparency
     * type 6 images
-
-avi2swf:
-    * some movies are upside down
index 89834a3..cc7e0d6 100755 (executable)
--- 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"
index dc4895b..27cd342 100644 (file)
@@ -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"