From 2a6e2d393566214e6363aca9d940cbec9e6ec510 Mon Sep 17 00:00:00 2001 From: epage Date: Sat, 16 May 2009 12:44:10 +0000 Subject: [PATCH] Version bump git-svn-id: file:///svnroot/gc-dialer/trunk@283 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- src/dc_glade.py | 2 +- support/builddeb.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/dc_glade.py b/src/dc_glade.py index b0b6231..9a2e3d7 100755 --- a/src/dc_glade.py +++ b/src/dc_glade.py @@ -56,7 +56,7 @@ class Dialcentral(object): __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" - __version__ = "0.9.5" + __version__ = "0.9.6" __app_magic__ = 0xdeadbeef _glade_files = [ diff --git a/support/builddeb.py b/support/builddeb.py index 58330cf..fe62f4a 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.5" +__version__ = "0.9.6" __build__ = 0 -__changelog__ = '''\ +__changelog__ = ''' +0.9.6 + 0.9.5 * Fixed a login issue due to Google changing their webpage -- 1.7.9.5