Changeset 1037:687ff2fb8cab


Ignore:
Timestamp:
03/14/22 12:16:54 (2 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Stepped version and copyright date (re #357)

Location:
src/mlx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/const.py

    r1034 r1037  
    1212
    1313## The version of the program
    14 VERSION="0.40.0"
     14VERSION="0.50.0"
    1515
    1616#-------------------------------------------------------------------------------
  • src/mlx/gui/gui.py

    r1033 r1037  
    18471847            dialog.set_program_name(PROGRAM_NAME)
    18481848            dialog.set_version(const.VERSION)
    1849             dialog.set_copyright("(c) 2012 - 2019 by István Váradi")
     1849            dialog.set_copyright("(c) 2012 - 2022 by István Váradi")
    18501850            dialog.set_website("http://mlx.varadiistvan.hu")
    18511851            dialog.set_website_label(xstr("about_website"))
Note: See TracChangeset for help on using the changeset viewer.