Make fix and decided to bump the version higher due to all of the refactoring putting...
authorepage <eopage@byu.net>
Thu, 5 Mar 2009 03:48:16 +0000 (03:48 +0000)
committerepage <eopage@byu.net>
Thu, 5 Mar 2009 03:48:16 +0000 (03:48 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@206 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

Makefile
src/gc_dialer.py
support/builddeb.py

index b8245b1..49fd7ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ package:
        rm -Rf $(BUILD_PATH)
        mkdir $(BUILD_PATH)
        cp $(SOURCE_PATH)/$(PROJECT_NAME).py  $(BUILD_PATH)
-       cp $(SOURCE_PATH)/gc_dialer.glade  $(BUILD_PATH)
+       cp $(SOURCE_PATH)/$(PROJECT_NAME).glade  $(BUILD_PATH)
        cp $(SOURCE)  $(BUILD_PATH)
        cp support/$(PROJECT_NAME).desktop $(BUILD_PATH)
        cp support/icons/hicolor/26x26/hildon/$(PROJECT_NAME).png $(BUILD_PATH)/26x26-$(PROJECT_NAME).png
index 171e2d5..177dd12 100755 (executable)
@@ -43,7 +43,7 @@ class Dialcentral(object):
 
        __pretty_app_name__ = "DialCentral"
        __app_name__ = "dialcentral"
-       __version__ = "0.8.4"
+       __version__ = "0.9.0"
        __app_magic__ = 0xdeadbeef
 
        _glade_files = [
index bd26a51..8af9850 100755 (executable)
@@ -7,10 +7,10 @@ __appname__ = "dialcentral"
 __description__ = "Simple interface to Google's GrandCentral(tm) service"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
-__version__ = "0.8.4"
+__version__ = "0.9.0"
 __build__ = 0
 __changelog__ = '''\
-0.8.4 - ""
+0.9.0 - "Slick as snot"
  * Caching of contacts
  * Refactoring to make working with the code easier
  * Filesystem backed contacts but currently only supporting a specific csv format