]> granicus.if.org Git - icinga2/commitdiff
Update schema version in dbconnection.hpp
authorGunnar Beutner <gunnar@beutner.name>
Thu, 1 Oct 2015 15:13:33 +0000 (17:13 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 1 Oct 2015 15:13:33 +0000 (17:13 +0200)
refs #9286

lib/db_ido/dbconnection.hpp

index 4b725fed21330fc1e57f688134e52cd3881564dc..43d215ae7206a4c17f8b9275a51fb53c16f5f0a9 100644 (file)
@@ -29,8 +29,8 @@
 #include <boost/thread/once.hpp>
 #include <boost/thread/mutex.hpp>
 
-#define IDO_CURRENT_SCHEMA_VERSION "1.13.0"
-#define IDO_COMPAT_SCHEMA_VERSION "1.12.0"
+#define IDO_CURRENT_SCHEMA_VERSION "1.14.0"
+#define IDO_COMPAT_SCHEMA_VERSION "1.14.0"
 
 namespace icinga
 {