From 173724ee5a47ea8eccfac2e0660c45597a3409a2 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Tue, 7 Jul 2015 14:27:29 +0200 Subject: [PATCH] make use of the __version__ variable other than updating the RELEASE_VERSION file --- QtPyLoT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/QtPyLoT.py b/QtPyLoT.py index e0ff36d3..048e08dc 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -692,6 +692,7 @@ def main(): pylot_app.setOrganizationName("Ruhr-University Bochum / MAGS2") pylot_app.setOrganizationDomain("rub.de") pylot_app.setApplicationName("PyLoT") + pylot_app.setApplicationVersion(__version__) pylot_app.setWindowIcon(app_icon) # create the main window