Changeset 1037:687ff2fb8cab
- Timestamp:
- 03/14/22 12:16:54 (3 years ago)
- Branch:
- python3
- Phase:
- public
- Location:
- src/mlx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/const.py
r1034 r1037 12 12 13 13 ## The version of the program 14 VERSION="0. 40.0"14 VERSION="0.50.0" 15 15 16 16 #------------------------------------------------------------------------------- -
src/mlx/gui/gui.py
r1033 r1037 1847 1847 dialog.set_program_name(PROGRAM_NAME) 1848 1848 dialog.set_version(const.VERSION) 1849 dialog.set_copyright("(c) 2012 - 20 19by István Váradi")1849 dialog.set_copyright("(c) 2012 - 2022 by István Váradi") 1850 1850 dialog.set_website("http://mlx.varadiistvan.hu") 1851 1851 dialog.set_website_label(xstr("about_website"))
Note:
See TracChangeset
for help on using the changeset viewer.