From d0e8abf2c50286733fc7c7d03d3ad752555194a0 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 31 Jan 2023 14:05:28 +0100 Subject: Versioning configuration file --- src/ochess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ochess.hpp') diff --git a/src/ochess.hpp b/src/ochess.hpp index 7fc4280..d5b7c16 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -35,7 +35,7 @@ #define CONFIG_OPEN(name) wxConfig *name = new wxConfig("ochess") #define CONFIG_CLOSE(name) delete name - +#define CONFIG_VERSION "1.0" class Game; class GameBase; -- cgit v1.2.3