~ubuntu-branches/ubuntu/lucid/autokey/lucid

« back to all changes in this revision

Viewing changes to src/lib/autokey.py

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2009-12-16 08:46:43 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091216084643-9xm19ct4yoejfci3
Tags: 0.61.0b-1
* New upstream version:
  - Fix bug with sending newlines from scripts
  - Fix another crash in the EvDev daemon related to button conversions

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
APP_NAME = "AutoKey"
38
38
CATALOG = ""
39
39
PROGRAM_NAME = ki18n("AutoKey")
40
 
VERSION = "0.61.0a"
 
40
VERSION = "0.61.0b"
41
41
DESCRIPTION = ki18n("Desktop automation utility")
42
42
LICENSE = KAboutData.License_GPL_V3
43
43
COPYRIGHT = ki18n("(c) 2009 Chris Dekter")