initial commit
[ebuildfind.git] / commands / lib / layman / version.py
bloba366b478d02078a3ff20ab1d66f79556a3a05445
1 #!/usr/bin/python
2 # -*- coding: utf-8 -*-
3 #################################################################################
4 # LAYMAN VERSION
5 #################################################################################
6 # File: version.py
8 # Current version number
10 # Copyright:
11 # (c) 2005 - 2008 Gunnar Wrobel
12 # Distributed under the terms of the GNU General Public License v2
14 # Author(s):
15 # Gunnar Wrobel <wrobel@gentoo.org>
18 __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
21 VERSION = '1.2.3'
23 if __name__ == '__main__':
24 print VERSION