Updating versions in prep for next release
authorepage <eopage@byu.net>
Sat, 7 Feb 2009 16:26:57 +0000 (16:26 +0000)
committerepage <eopage@byu.net>
Sat, 7 Feb 2009 16:26:57 +0000 (16:26 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@181 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gc_dialer.py
support/builddeb.py

index 999100f..ab21fa8 100755 (executable)
@@ -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 = [
index d0ddd5a..8ffd2b8 100755 (executable)
@@ -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