From: kramm Date: Mon, 22 Jul 2002 16:15:08 +0000 (+0000) Subject: version is now 0.4.1. X-Git-Tag: release-0-4-1~1 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=c38cf8d06252778e3354979534a197ed94b788a0 version is now 0.4.1. --- diff --git a/ChangeLog b/ChangeLog index 14b9062..20d002d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -109,6 +109,7 @@ * 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 diff --git a/configure b/configure index 2b7eaf0..4794fde 100755 --- 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 diff --git a/configure.in b/configure.in index 0f8e799..69f92fd 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.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