From a02f09e64eb9100118388533d0952c83d3c4dfd9 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Sun, 28 Aug 2016 16:25:39 -0400 Subject: [PATCH] Bump config_ver, we broke compat --- include/option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/option.h b/include/option.h index 746b407..ec93fb8 100644 --- a/include/option.h +++ b/include/option.h @@ -1,7 +1,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define config_version 2 ///< Static version of the config. Updated when the config has changed in an +#define config_version 3 ///< Static version of the config. Updated when the config has changed in an ///< incompatible way. #define CONFIG_MAGIC "OVAN" ///< Magic to identify config files. -- 2.39.5