summaryrefslogtreecommitdiffstats
path: root/version.py
diff options
context:
space:
mode:
authorGunnar Wrobel <p@rdus.de>2007-09-11 05:53:25 +0000
committerGunnar Wrobel <p@rdus.de>2007-09-11 05:53:25 +0000
commite4293652d5b2a80725e6f83843f91364e19ba199 (patch)
tree0c9aee330c4be51e249f1aa646a2603cd21635b5 /version.py
downloadlayman-e4293652d5b2a80725e6f83843f91364e19ba199.tar.gz
layman-e4293652d5b2a80725e6f83843f91364e19ba199.tar.bz2
layman-e4293652d5b2a80725e6f83843f91364e19ba199.zip
Import layman.
Diffstat (limited to 'version.py')
-rw-r--r--version.py24
1 files changed, 24 insertions, 0 deletions
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 <wrobel@gentoo.org>
+#
+
+__version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
+
+
+VERSION = '1.0.99'
+
+if __name__ == '__main__':
+ print VERSION