Show
Ignore:
Timestamp:
10/11/09 09:06:43 (15 years ago)
Author:
jerome
Message:

Backported the code that fixed #47.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/branches/1.26_fixes/pykota/version.py

    r3238 r3507  
    1414# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1515# GNU General Public License for more details. 
    16 #  
     16# 
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program; if not, write to the Free Software 
     
    2424"""This module defines some application level constants.""" 
    2525 
    26 __version__ = "1.26_unofficial" 
     26__version__ = "1.26_fixes_unofficial" 
    2727 
    2828__doc__ = "PyKota : a complete Printing Quota Solution for CUPS."