VirtualMailManager/constants/VERSION.py
changeset 106 dc98cc162c66
parent 102 485d3f7d6981
child 150 3e972996da7f
equal deleted inserted replaced
105:0332b85f55e1 106:dc98cc162c66
     1 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     2 # Copyright (c) 2007 - 2009, VEB IT
     2 # Copyright (c) 2007 - 2009, VEB IT
     3 # See COPYING for distribution information.
     3 # See COPYING for distribution information.
     4 
     4 
     5 AUTHOR  = 'Pascal Volk <p.volk@veb-it.de>'
     5 AUTHOR  = 'Pascal Volk <p.volk@veb-it.de>'
     6 RELDATE = '2008-11-27'
     6 RELDATE = '2009-08-12'
     7 VERSION = '0.5.1-dev'
     7 VERSION = '0.5.1'
     8 __author__  = AUTHOR
     8 __author__  = AUTHOR
     9 __date__    = RELDATE
     9 __date__    = RELDATE
    10 __version__ = VERSION
    10 __version__ = VERSION
    11 __all__ = ['__author__', '__date__', '__version__']
    11 __all__ = ['__author__', '__date__', '__version__']