From 5087664bd948fef71d47da4b64fee540fd493ce1 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Sat, 5 Jun 2010 19:00:26 -0700 Subject: [PATCH 1/1] bumped version to 0.9.1, preparing for release --- ChangeLog | 5 +++++ configure.in | 2 +- wx/gui/dialogs.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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" -- 1.7.10.4