make use of the __version__ variable other than updating the RELEASE_VERSION file

This commit is contained in:
Sebastian Wehling-Benatelli 2015-07-07 14:27:29 +02:00
parent 3320cd64a4
commit 173724ee5a

View File

@ -692,6 +692,7 @@ def main():
pylot_app.setOrganizationName("Ruhr-University Bochum / MAGS2") pylot_app.setOrganizationName("Ruhr-University Bochum / MAGS2")
pylot_app.setOrganizationDomain("rub.de") pylot_app.setOrganizationDomain("rub.de")
pylot_app.setApplicationName("PyLoT") pylot_app.setApplicationName("PyLoT")
pylot_app.setApplicationVersion(__version__)
pylot_app.setWindowIcon(app_icon) pylot_app.setWindowIcon(app_icon)
# create the main window # create the main window