From c38cf8d06252778e3354979534a197ed94b788a0 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 22 Jul 2002 16:15:08 +0000 Subject: [PATCH] version is now 0.4.1. --- ChangeLog | 1 + configure | 2 +- configure.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.10.4