DB IDO: Update schema version to 1.14.1

The least supported version is still 1.14.0
with the current changes.

refs #10069
refs #11967
This commit is contained in:
Michael Friedrich 2016-06-17 11:23:30 +02:00
parent 759818d289
commit 6a46706668

View File

@ -29,7 +29,7 @@
#include <boost/thread/once.hpp>
#include <boost/thread/mutex.hpp>
#define IDO_CURRENT_SCHEMA_VERSION "1.14.0"
#define IDO_CURRENT_SCHEMA_VERSION "1.14.1"
#define IDO_COMPAT_SCHEMA_VERSION "1.14.0"
namespace icinga