VirtualMailManager/constants/VERSION.py
author Pascal Volk <neverseen@users.sourceforge.net>
Fri, 24 Jul 2009 02:16:34 +0000
changeset 98 e992f03aace7
parent 93 bc41dfcef0ad
child 102 485d3f7d6981
permissions -rw-r--r--
* 'VirtualMailManager/Config.py' - Config.configure(): Eliminated another UnicodeEncodeError Thanks to samfisch for reporting this bug (also rev 110)

# -*- coding: UTF-8 -*-
# Copyright 2007-2008 VEB IT
# See COPYING for distribution information.
# $Id$

VERSION = '0.5'
REVISION = 'rev '+'$Rev$'.split()[1]
RELDATE = '$Date$'.split()[1]