From: chaoskagami Date: Sun, 28 Aug 2016 20:25:39 +0000 (-0400) Subject: Bump config_ver, we broke compat X-Git-Tag: v0.3.0~28 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=a02f09e64eb9100118388533d0952c83d3c4dfd9;p=corbenik%2Fcorbenik.git Bump config_ver, we broke compat --- 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.