Changeset 3482 for pkpgcounter/trunk
- Timestamp:
- 01/24/09 22:31:09 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/version.py
r3474 r3482 22 22 """This modules defines some important constants used in this software.""" 23 23 24 import time 24 25 25 26 __version__ = "3.51alpha" … … 29 30 __author__ = "Jerome Alet" 30 31 __authoremail__ = "alet@librelogiciel.com" 31 __years__ = "2003-2009" 32 33 __years__ = "2003-%s" % time.strftime("%Y", time.localtime(time.time())) 32 34 33 35 __gplblurb__ = """This program is free software: you can redistribute it and/or modify