Updating versions and webpage
authorepage <eopage@byu.net>
Fri, 6 Mar 2009 04:40:14 +0000 (04:40 +0000)
committerepage <eopage@byu.net>
Fri, 6 Mar 2009 04:40:14 +0000 (04:40 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@209 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gc_dialer.py
support/builddeb.py

index 177dd12..399b613 100755 (executable)
@@ -43,7 +43,7 @@ class Dialcentral(object):
 
        __pretty_app_name__ = "DialCentral"
        __app_name__ = "dialcentral"
-       __version__ = "0.9.0"
+       __version__ = "0.9.1"
        __app_magic__ = 0xdeadbeef
 
        _glade_files = [
index 68d7481..4459f0b 100755 (executable)
@@ -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.0"
+__version__ = "0.9.1"
 __build__ = 0
 __changelog__ = '''\
+0.9.1 - ""
+
 0.9.0 - "Slick as snot"
  * Caching of contacts
  * Refactoring to make working with the code easier