From ad89806b3058e8c5d0596c3376e88a3b88e6be19 Mon Sep 17 00:00:00 2001 From: zulianc Date: Mon, 2 Feb 2026 18:37:20 +0100 Subject: [PATCH] update file format --- src/GraphicalUI/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphicalUI/Settings.h b/src/GraphicalUI/Settings.h index 7adaad5..385eb04 100644 --- a/src/GraphicalUI/Settings.h +++ b/src/GraphicalUI/Settings.h @@ -8,7 +8,7 @@ #include #include -static const int CURRENT_FILE_FORMAT_VERSION = 11; +static const int CURRENT_FILE_FORMAT_VERSION = 12; static const int MAXIMUM_BOARD_WIDTH = 40; static const int MAXIMUM_BOARD_HEIGHT = 40;