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

Changed copyright years.

Files:
1 modified

Legend:

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

    r3549 r3561  
    33# PyKota : Print Quotas for CUPS 
    44# 
    5 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     5# (c) 2003-2013 Jerome Alet <alet@librelogiciel.com> 
    66# This program is free software: you can redistribute it and/or modify 
    77# it under the terms of the GNU General Public License as published by 
     
    2424import time 
    2525 
    26 __version__ = "1.27alpha13_unofficial" 
     26__version__ = "1.27alpha14_unofficial" 
    2727 
    2828__doc__ = "PyKota : a complete Printing Quota Solution for CUPS."