VirtualMailManager/constants/VERSION.py
author Pascal Volk <neverseen@users.sourceforge.net>
Tue, 01 Sep 2009 05:35:06 +0000
changeset 137 fc09f657082d
parent 106 dc98cc162c66
child 150 3e972996da7f
permissions -rw-r--r--
Don't crash if the date format not only consists of ASCII signs. Added also the u stringprefix to translatable strings where it was missing.

# -*- coding: UTF-8 -*-
# Copyright (c) 2007 - 2009, VEB IT
# See COPYING for distribution information.

AUTHOR  = 'Pascal Volk <p.volk@veb-it.de>'
RELDATE = '2009-08-12'
VERSION = '0.5.1'
__author__  = AUTHOR
__date__    = RELDATE
__version__ = VERSION
__all__ = ['__author__', '__date__', '__version__']