VirtualMailManager/constants/VERSION.py
author Pascal Volk <neverseen@users.sourceforge.net>
Wed, 09 Sep 2009 07:13:20 +0000
changeset 151 350488efe67d
parent 150 3e972996da7f
child 162 0ac9ef587769
permissions -rw-r--r--
Added tag vmm-0.5.2 for changeset 3e972996da7f

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

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