From: epage Date: Sat, 7 Feb 2009 16:26:57 +0000 (+0000) Subject: Updating versions in prep for next release X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=0f75f9351f8c864e590ce5d2a23ae0cea532c880;p=gc-dialer Updating versions in prep for next release git-svn-id: file:///svnroot/gc-dialer/trunk@181 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/src/gc_dialer.py b/src/gc_dialer.py index 999100f..ab21fa8 100755 --- a/src/gc_dialer.py +++ b/src/gc_dialer.py @@ -280,7 +280,7 @@ class Dialpad(object): __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" - __version__ = "0.8.0" + __version__ = "0.8.4" __app_magic__ = 0xdeadbeef _glade_files = [ diff --git a/support/builddeb.py b/support/builddeb.py index d0ddd5a..8ffd2b8 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -7,9 +7,14 @@ __appname__ = "dialcentral" __description__ = "Simple interface to Google's GrandCentral(tm) service" __author__ = "Ed Page" __email__ = "eopage@byu.net" -__version__ = "0.8.2" -__build__ = 2 +__version__ = "0.8.4" +__build__ = 0 __changelog__ = '''\ +0.8.4 - "" + +0.8.3 - "Extras Love" + * Version bump fighting the extras autobuilder, I hope this works + 0.8.2 - "Feed is for horses, so what about feedback?" * Merged addressbook * many more smaller fixes