From c2328b8a948dd977d6383b5863fee8cb93c1841e Mon Sep 17 00:00:00 2001 From: epage Date: Fri, 20 Feb 2009 00:56:18 +0000 Subject: [PATCH] Starting the next release git-svn-id: file:///svnroot/ejpi/trunk@21 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d --- support/builddeb.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/support/builddeb.py b/support/builddeb.py index 4a83c81..d447d4d 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.1" -__build__ = 1 +__version__ = "0.9.2" +__build__ = 0 __changelog__ = '''\ +0.9.2 - "" + + 0.9.1 - "Laziness doesn't always pay off" * Profiled the code with an especial focus on the pie menus * Tried to reduce potential bugs with double clicks -- 1.7.9.5