~ubuntu-branches/debian/sid/autokey/sid

« back to all changes in this revision

Viewing changes to src/lib/common.py

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-04-05 08:38:03 UTC
  • mfrom: (8.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100405083803-213ntib1b3208oq0
Fix dependency substitution for Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
APP_NAME = "AutoKey"
29
29
CATALOG = ""
30
 
VERSION = "0.61.5"
 
30
VERSION = "0.61.7"
31
31
HOMEPAGE  = "http://autokey.sourceforge.net/"
32
32
BUG_EMAIL = "cdekter@gmail.com"
33
33