~ubuntu-branches/ubuntu/oneiric/alarm-clock/oneiric

« back to all changes in this revision

Viewing changes to alarm-clock.py

  • Committer: Bazaar Package Importer
  • Author(s): Marco Rodrigues
  • Date: 2008-06-10 23:16:10 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080610231610-zivb48bld7jzp4dq
Tags: 0.9.4-1
* New upstream version.
* Bump Standards-Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                print "\n"
47
47
                Parsed = True
48
48
        if Argument == "-v" or Argument == "--version":
49
 
                print _("Alarm Clock version %s") % "0.9.3"
 
49
                print _("Alarm Clock version %s") % "0.9.4"
50
50
                Parsed = True
51
51
        if Argument == "-t" or Argument == "--tray":
52
52
                import pyalarm