From a14ac0d95faf9b1b771e2af601648f38a96f4692 Mon Sep 17 00:00:00 2001 From: lufebe16 Date: Sat, 23 Mar 2024 10:20:00 +0100 Subject: [PATCH] just to document the changes that the android build task applies on the fly to the former commit --- pysollib/gamedb.py | 2 +- pysollib/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pysollib/gamedb.py b/pysollib/gamedb.py index b90946e5..cd2d5170 100644 --- a/pysollib/gamedb.py +++ b/pysollib/gamedb.py @@ -598,7 +598,7 @@ class GI: ('fc-2.20', tuple(range(855, 897))), ('fc-2.21', tuple(range(897, 900)) + tuple(range(11014, 11017)) + tuple(range(13160, 13163)) + (16682,)), - ('dev', tuple(range(906, 955)) + tuple(range(11017, 11020)) + + ('fc-2.24', tuple(range(906, 955)) + tuple(range(11017, 11020)) + tuple(range(5600, 5624)) + tuple(range(18000, 18005)) + tuple(range(19000, 19012)) + tuple(range(22303, 22311)) + tuple(range(22353, 22361))), diff --git a/pysollib/settings.py b/pysollib/settings.py index a4628c56..8494240b 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,7 +32,7 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.io/' -VERSION_TUPLE = (2, 21, 0) +VERSION_TUPLE = (2, 24, 0) VERSION = '.'.join(map(str, VERSION_TUPLE)) # Tk windowing system (auto set up in init.py)