VirtualMailManager/constants/VERSION.py
branchv0.6.x
changeset 215 33f727efa7c4
parent 214 84e6e898e6c5
child 216 0c8c053b451c
--- a/VirtualMailManager/constants/VERSION.py	Wed Feb 24 05:48:15 2010 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# -*- coding: UTF-8 -*-
-# Copyright (c) 2007 - 2010, Pascal Volk
-# See COPYING for distribution information.
-
-AUTHOR  = 'Pascal Volk <neverseen@users.sourceforge.net>'
-RELDATE = '2009-09-09'
-VERSION = '0.5.2'
-__author__  = AUTHOR
-__date__    = RELDATE
-__version__ = VERSION
-__all__ = ['__author__', '__date__', '__version__']