Changeset 38 for pkipplib/trunk/pkipplib

Show
Ignore:
Timestamp:
01/17/07 23:25:03 (17 years ago)
Author:
jerome
Message:

Changed copyright years and version number.

Location:
pkipplib/trunk/pkipplib
Files:
2 modified

Legend:

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

    r35 r38  
    44# pkipplib : IPP and CUPS support for Python 
    55# 
    6 # (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software; you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
  • pkipplib/trunk/pkipplib/version.py

    r27 r38  
    2121# 
    2222 
    23 __version__ = "0.07" 
     23__version__ = "0.08" 
    2424 
    2525__doc__ = "pkipplib : IPP and CUPS support for Python." 
     
    2727__author__ = "Jerome Alet - alet@librelogiciel.com" 
    2828 
    29 __years__ = "2003, 2004, 2005, 2006" 
     29__years__ = "2003, 2004, 2005, 2006, 2007" 
    3030 
    3131__gplblurb__ = """This program is free software; you can redistribute it and/or modify