From: Matthias Kramm Date: Sun, 6 Jun 2010 02:00:26 +0000 (-0700) Subject: bumped version to 0.9.1, preparing for release X-Git-Tag: version-0-9-1~3 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5087664bd948fef71d47da4b64fee540fd493ce1;hp=976580517099fe477acbf1ca379716a7a329fb19 bumped version to 0.9.1, preparing for release --- diff --git a/ChangeLog b/ChangeLog index e489fc1..444e80f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -287,3 +287,8 @@ * lib/python/gfx: New python module for accessing pdf2swf functionality * as3compile: New tool, for compiling ActionScript 3.0 * swfc: added AS3.0 support + +0.9.1: + * pdf2swf: bugfixes, speedups + * gpdf2swf: completely reworked pdf2swf GUI (Ricardo Pedroso) + * as3compile: many bugfixes diff --git a/configure.in b/configure.in index aa19993..62b064b 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ if test "x$enable_lame" = "xno";then fi,DISABLE_LAME=) PACKAGE=swftools -VERSION=2010-05-20-1815 +VERSION=0.9.1 # ------------------------------------------------------------------ diff --git a/wx/gui/dialogs.py b/wx/gui/dialogs.py index 906afd4..08e33d9 100644 --- a/wx/gui/dialogs.py +++ b/wx/gui/dialogs.py @@ -113,7 +113,7 @@ class InfoDialog(wx.Dialog): class AboutDialog: def __init__(self, parent): appname = wx.GetApp().GetAppName() - version = u"0.10.0" + version = u"0.9.1" copyright = (u"Copyright (c) 2008,2009,2010\n" u"Matthias Kramm ") description = u"A graphical user interface for pdf2swf"