From bdc9d76c3e50f63c8e18ee14ce2dedbfc64e21a4 Mon Sep 17 00:00:00 2001 From: epage Date: Fri, 27 Mar 2009 02:31:21 +0000 Subject: [PATCH] Version bump git-svn-id: file:///svnroot/ejpi/trunk@27 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d --- src/ejpi_glade.py | 2 +- support/builddeb.py | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ejpi_glade.py b/src/ejpi_glade.py index 3a94566..507a345 100755 --- a/src/ejpi_glade.py +++ b/src/ejpi_glade.py @@ -137,7 +137,7 @@ class Calculator(object): __pretty_app_name__ = "e**(j pi) + 1 = 0" __app_name__ = "ejpi" - __version__ = "0.9.0" + __version__ = "0.9.3" __app_magic__ = 0xdeadbeef _glade_files = [ diff --git a/support/builddeb.py b/support/builddeb.py index 2d36143..3643ece 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -7,9 +7,12 @@ __appname__ = "ejpi" __description__ = "RPN Calculator" __author__ = "Ed Page" __email__ = "eopage@byu.net" -__version__ = "0.9.2" +__version__ = "0.9.3" __build__ = 0 -__changelog__ = '''\ +__changelog__ = ''' +0.9.3 - "" + + 0.9.2 - "" * Experimenting with faster startup by including pyc files in package * Minor tweaks and bug fixes -- 1.7.9.5