version is now 0.4.1.
authorkramm <kramm>
Mon, 22 Jul 2002 16:15:08 +0000 (16:15 +0000)
committerkramm <kramm>
Mon, 22 Jul 2002 16:15:08 +0000 (16:15 +0000)
ChangeLog
configure
configure.in

index 14b9062..20d002d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * lib/examples/makefonts: Fonts: Bounding boxes are now handled correctly
        * png2swf: Support for more image types
        * pdf2swf: New option -t (--stop)
+
 0.4.1:
        * src/swfcombine: Bugfix with -x option
        * lib/Makefile: MacOSX fixes
index 2b7eaf0..4794fde 100755 (executable)
--- a/configure
+++ b/configure
@@ -694,7 +694,7 @@ fi
 
 
 PACKAGE=swftools
-VERSION=0.4.0
+VERSION=0.4.1
 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
index 0f8e799..69f92fd 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.0
+VERSION=0.4.1
 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