v1.1
authorStefanos Harhalakis <v13@v13.gr>
Thu, 20 Jan 2011 22:55:15 +0000 (22:55 +0000)
committerStefanos Harhalakis <v13@v13.gr>
Thu, 20 Jan 2011 22:55:15 +0000 (22:55 +0000)
Changed 'report bug' link to point to bugzilla.

setup.py
src/about.py
src/config.py

index dbbb6b6..fb2aac7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ from distutils.core import setup
 
 setup(
     name='drlaunch',
-    version="1.0"
+    version="1.1"
     description="DrLaunch",
     author="Stefanos Harhalakis",
     author_email="v13@v13.gr",
index d70a67f..d7ca6dd 100755 (executable)
@@ -76,7 +76,7 @@ under the terms of the GPLv3 license.
        "version":          config.version,
        "copyright":        _copyright + "\n" + _license,
        "description":      _description,
-       "bugtracker_url":   "mailto:v13@v13.gr",
+       "bugtracker_url":   "https://bugs.maemo.org/enter_bug.cgi?product=DrLaunch",
        "parent":           parent,
        }
 
index 50ae471..9296037 100755 (executable)
@@ -25,7 +25,7 @@ __version__ = "$Id: 0.py 2265 2010-02-21 19:16:26Z v13 $"
 import os
 import pickle
 
-version = "1.0"
+version = "1.1"
 
 try:
     from glib import get_user_config_dir