1#!/usr/bin/python3
2"""
3Copyright (C) 2013, 2014 Johan Mattsson
4
5This library is free software; you can redistribute it and/or modify
6it under the terms of the GNU Lesser General Public License as
7published by the Free Software Foundation; either version 3 of the
8License, or (at your option) any later version.
9
10This library is distributed in the hope that it will be useful, but
11WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13Lesser General Public License for more details.
14"""
15
16VERSION = '2.29.5'
17SO_VERSION_MAJOR = '36'
18SO_VERSION_MINOR = '0'
19SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR
20
21LIBBIRDGEMS_SO_VERSION_MAJOR = '0'
22LIBBIRDGEMS_SO_VERSION_MINOR = '0'
23LIBBIRDGEMS_SO_VERSION = LIBBIRDGEMS_SO_VERSION_MAJOR + '.' + LIBBIRDGEMS_SO_VERSION_MINOR;
24