Changeset 3563
- Timestamp:
- 01/04/13 23:45:13 (12 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkipplib/trunk/pkipplib/version.py
r3562 r3563 20 20 # 21 21 22 __version__ = "1.00alpha" 22 import time 23 24 __version__ = "1.00alpha1" 23 25 24 26 __doc__ = "pkipplib : IPP and CUPS support for Python." … … 26 28 __author__ = "Jerome Alet - alet@librelogiciel.com" 27 29 28 __years__ = "2003- 2009"30 __years__ = "2003-%s" % time.strftime("%Y", time.localtime(time.time())) 29 31 30 32 __gplblurb__ = """This program is free software: you can redistribute it and/or modify