Show
Ignore:
Timestamp:
04/24/03 00:13:57 (21 years ago)
Author:
jalet
Message:

Preliminary support for LPRng added BUT STILL UNTESTED.

Files:
1 modified

Legend:

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

    r950 r952  
    11# PyKota 
    22# 
    3 # PyKota : Print Quotas for CUPS 
     3# PyKota : Print Quotas for CUPS and LPRng 
    44# 
    55# (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     
    2121# 
    2222 
    23 __version__ = "1.04pre1-unofficial" 
     23__version__ = "1.04pre2-unofficial" 
    2424 
    25 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS.""" 
     25__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng.""" 
    2626 
    2727__author__ = """Jerome Alet - alet@librelogiciel.com"""