GUI.pyw: update constant for the 1.17 series

This commit is contained in:
Elvish_Hunter 2021-10-07 23:51:06 +02:00
parent 48213fe6ba
commit bc38ece82f

View file

@ -28,7 +28,7 @@ from tkinter.ttk import *
# we need to know in what series we are
# so set it in a constant and change it for every new series
# it must be a string
WESNOTH_SERIES="1.15"
WESNOTH_SERIES="1.17"
# get the location where the script is placed
# we'll check later if this is a Wesnoth directory