make use of the __version__ variable other than updating the RELEASE_VERSION file
This commit is contained in:
parent
3320cd64a4
commit
173724ee5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user