Changeset 3563 for pkipplib/trunk

Show
Ignore:
Timestamp:
01/04/13 23:45:13 (11 years ago)
Author:
jerome
Message:

Changed version number and copyright year.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/pkipplib/version.py

    r3562 r3563  
    2020# 
    2121 
    22 __version__ = "1.00alpha" 
     22import time 
     23 
     24__version__ = "1.00alpha1" 
    2325 
    2426__doc__ = "pkipplib : IPP and CUPS support for Python." 
     
    2628__author__ = "Jerome Alet - alet@librelogiciel.com" 
    2729 
    28 __years__ = "2003-2009" 
     30__years__ = "2003-%s" % time.strftime("%Y", time.localtime(time.time())) 
    2931 
    3032__gplblurb__ = """This program is free software: you can redistribute it and/or modify