VirtualMailManager/constants/VERSION.py
author Pascal Volk <neverseen@users.sourceforge.net>
Wed, 03 Sep 2008 01:44:25 +0000
changeset 74 67a454ea5472
parent 73 11da3d9298b4
child 77 9e5af7210c29
permissions -rw-r--r--
'create_optional_types_and_functions.pgsql' - Added functions postfix_relocated_map() and postfix_transport_map() and type recipient_transport

#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Copyright 2007-2008 VEB IT
# See COPYING for distribution information.
# $Id$

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