aboutsummaryrefslogtreecommitdiff
path: root/src/ochess.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ochess.hpp')
-rw-r--r--src/ochess.hpp2
1 files changed, 1 insertions, 1 deletions
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;