Statistics
| Branch: | Tag: | Revision:

root / lib / version.py.in @ 7c18ef8e

History | View | Annotate | Download (826 Bytes)

1 7c18ef8e Michael Hanselmann
#!/usr/bin/python
2 7c18ef8e Michael Hanselmann
#
3 7c18ef8e Michael Hanselmann
4 7c18ef8e Michael Hanselmann
# Copyright (C) 2007 Google Inc.
5 7c18ef8e Michael Hanselmann
#
6 7c18ef8e Michael Hanselmann
# This program is free software; you can redistribute it and/or modify
7 7c18ef8e Michael Hanselmann
# it under the terms of the GNU General Public License as published by
8 7c18ef8e Michael Hanselmann
# the Free Software Foundation; either version 2 of the License, or
9 7c18ef8e Michael Hanselmann
# (at your option) any later version.
10 7c18ef8e Michael Hanselmann
#
11 7c18ef8e Michael Hanselmann
# This program is distributed in the hope that it will be useful, but
12 7c18ef8e Michael Hanselmann
# WITHOUT ANY WARRANTY; without even the implied warranty of
13 7c18ef8e Michael Hanselmann
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 7c18ef8e Michael Hanselmann
# General Public License for more details.
15 7c18ef8e Michael Hanselmann
#
16 7c18ef8e Michael Hanselmann
# You should have received a copy of the GNU General Public License
17 7c18ef8e Michael Hanselmann
# along with this program; if not, write to the Free Software
18 7c18ef8e Michael Hanselmann
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 7c18ef8e Michael Hanselmann
# 02110-1301, USA.
20 7c18ef8e Michael Hanselmann
21 7c18ef8e Michael Hanselmann
22 7c18ef8e Michael Hanselmann
"""Ganeti version
23 7c18ef8e Michael Hanselmann
"""
24 7c18ef8e Michael Hanselmann
25 7c18ef8e Michael Hanselmann
RELEASE_VERSION = "@PACKAGE_VERSION@"