summaryrefslogtreecommitdiffstats
path: root/layman/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/version.py')
-rw-r--r--layman/version.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/layman/version.py b/layman/version.py
new file mode 100644
index 0000000..c740a18
--- /dev/null
+++ b/layman/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.1'
+
+if __name__ == '__main__':
+ print VERSION