Version bump
authorepage <eopage@byu.net>
Fri, 3 Oct 2008 00:06:46 +0000 (00:06 +0000)
committerepage <eopage@byu.net>
Fri, 3 Oct 2008 00:06:46 +0000 (00:06 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@161 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

builddeb.py

index 027c059..29b9122 100755 (executable)
@@ -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
 '''