Changeset 303 for pkpgcounter/trunk/pkpgpdls/version.py
- Timestamp:
- 01/17/06 22:55:50 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/version.py
r298 r303 2 2 # pkpgcounter : a generic Page Description Language parser 3 3 # 4 # (c) 2003, 2004, 2005 Jerome Alet <alet@librelogiciel.com>4 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by … … 20 20 # 21 21 22 __version__ = "1.74 alpha1"22 __version__ = "1.74" 23 23 24 24 __doc__ = """pkpgcounter : a generic Page Description Languages parser.""" … … 26 26 __author__ = "Jerome Alet" 27 27 __authoremail__ = "alet@librelogiciel.com" 28 __years__ = "2003, 2004, 2005 "28 __years__ = "2003, 2004, 2005, 2006" 29 29 30 30 __gplblurb__ = """This program is free software; you can redistribute it and/or modify