1# -*- coding: utf-8 -*-
2# Copyright 2016 Christoph Reiter
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3 of the License, or
7# (at your option) any later version.
8
9"""This file gets edited at build time to add build specific data"""
10
11BUILD_TYPE = u"default"
12"""Either 'windows', 'windows-portable', 'osx' or 'default'"""
13
14BUILD_INFO = u""
15"""Additional build info like git revision etc"""
16
17BUILD_VERSION = 0
18"""1.2.3 with a BUILD_VERSION of 1 results in 1.2.3.1"""
19