From: epage Date: Fri, 3 Oct 2008 00:06:46 +0000 (+0000) Subject: Version bump X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=ef91b8f4fa1b361cf6312a30a906c220a4f817d6;p=gc-dialer Version bump git-svn-id: file:///svnroot/gc-dialer/trunk@161 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- diff --git a/builddeb.py b/builddeb.py index 027c059..29b9122 100755 --- a/builddeb.py +++ b/builddeb.py @@ -6,14 +6,11 @@ __appname__ = "dialcentral" __description__ = "Simple interface to Google's GrandCentral(tm) service" __author__ = "Eric Warnke" __email__ = "ericew@gmail.com" -__version__ = "0.8.0" -__build__ = 9 +__version__ = "0.8.1" +__build__ = 0 __changelog__ = '''\ -0.8.0 - "Spit and polish" - * Addressbook support - * threaded networking for better interactivity - * Hold down back to clear number - * Standard about dialog +0.8.1 - "Feed is for horses, so what about feedback?" + * Merged addressbook * many more smaller fixes '''