version.hxx | version.hxx | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
// Check that we have compatible ODB version. | // Check that we have compatible ODB version. | |||
// | // | |||
#if ODB_VERSION != 20100 | #if ODB_VERSION != 20100 | |||
# error incompatible odb interface version detected | # error incompatible odb interface version detected | |||
#endif | #endif | |||
// libodb-sqlite version: odb interface version plus the bugfix | // libodb-sqlite version: odb interface version plus the bugfix | |||
// version. | // version. | |||
// | // | |||
#define LIBODB_SQLITE_VERSION 2010000 | #define LIBODB_SQLITE_VERSION 2010100 | |||
#define LIBODB_SQLITE_VERSION_STR "2.1.0" | #define LIBODB_SQLITE_VERSION_STR "2.1.1" | |||
#include <odb/post.hxx> | #include <odb/post.hxx> | |||
#endif // ODB_SQLITE_VERSION_HXX | #endif // ODB_SQLITE_VERSION_HXX | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||