From e4293652d5b2a80725e6f83843f91364e19ba199 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Tue, 11 Sep 2007 05:53:25 +0000 Subject: Import layman. --- version.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 version.py (limited to 'version.py') diff --git a/version.py b/version.py new file mode 100644 index 0000000..943522b --- /dev/null +++ b/version.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +################################################################################# +# LAYMAN VERSION +################################################################################# +# File: version.py +# +# Current version number +# +# Copyright: +# (c) 2005 - 2006 Gunnar Wrobel +# Distributed under the terms of the GNU General Public License v2 +# +# Author(s): +# Gunnar Wrobel +# + +__version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $" + + +VERSION = '1.0.99' + +if __name__ == '__main__': + print VERSION -- cgit v1.2.3-1-g7c22