Update schema version in dbconnection.hpp

refs #9286
This commit is contained in:
Gunnar Beutner 2015-10-01 17:13:33 +02:00
parent 3bfc9a2406
commit 5f98fd3e9a
1 changed files with 2 additions and 2 deletions

View 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
{