From f81ca2a2ed50e998c7a46e53971b6c66fc1faeda Mon Sep 17 00:00:00 2001 From: epage Date: Wed, 8 Apr 2009 02:33:25 +0000 Subject: [PATCH] Version bump git-svn-id: file:///svnroot/gc-dialer/trunk@270 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- src/dc_glade.py | 2 +- support/builddeb.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/dc_glade.py b/src/dc_glade.py index d30af31..8df34f1 100755 --- a/src/dc_glade.py +++ b/src/dc_glade.py @@ -51,7 +51,7 @@ class Dialcentral(object): __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" - __version__ = "0.9.3" + __version__ = "0.9.4" __app_magic__ = 0xdeadbeef _glade_files = [ diff --git a/support/builddeb.py b/support/builddeb.py index df8d160..64e0b39 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -7,9 +7,11 @@ __appname__ = "dialcentral" __description__ = "Simple interface to Google's GrandCentral(tm) service" __author__ = "Ed Page" __email__ = "eopage@byu.net" -__version__ = "0.9.3" +__version__ = "0.9.4" __build__ = 0 __changelog__ = '''\ +0.9.4 - "" + 0.9.3 - "" * Removed the much disliked contact source ID * Added saving of callback number when using GoogleVoice -- 1.7.9.5