Prepping work to start on the next release
authorepage <eopage@byu.net>
Fri, 25 Sep 2009 17:59:18 +0000 (17:59 +0000)
committerepage <eopage@byu.net>
Fri, 25 Sep 2009 17:59:18 +0000 (17:59 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@485 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/constants.py
src/dc_glade.py

index b936191..a690aca 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.0.6"
-__build__ = 9
+__version__ = "1.0.7"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral")
 _user_settings_ = "%s/settings.ini" % _data_path_
index dcdf777..b23521a 100755 (executable)
@@ -17,6 +17,8 @@ Lesser General Public License for more details.
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+@todo Add "login failed" and "attempting login" notifications
 """