]> Chaos Git - corbenik/corbenik.git/commitdiff
Bump config_ver, we broke compat
authorchaoskagami <chaos.kagami@gmail.com>
Sun, 28 Aug 2016 20:25:39 +0000 (16:25 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sun, 28 Aug 2016 20:25:39 +0000 (16:25 -0400)
include/option.h

index 746b407ee3293257d8ca7523697e4eca83b3d0df..ec93fb8bdd2cbfe873baa9a3b92d9ce268927c6e 100644 (file)
@@ -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.