diff options
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | manifest | 7 | ||||
-rw-r--r-- | odb/sqlite/version.hxx | 6 | ||||
-rw-r--r-- | version | 2 |
4 files changed, 8 insertions, 9 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 1d3ca56..0a958fb 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : GNU GPL v2; see accompanying LICENSE file project = libodb-sqlite -version = 2.5.0-a8 +version = 2.5.0-a9 revision = 0 using build@0.4.0-a1 @@ -1,6 +1,6 @@ : 1 name: libodb-sqlite -version: 2.5.0-a8 +version: 2.5.0-a9 summary: SQLite ODB runtime library license: GPLv2 license: proprietary @@ -10,7 +10,6 @@ changes-file: NEWS url: http://www.codesynthesis.com/products/odb/ email: odb-users@codesynthesis.com requires: c++11 -requires: build2 >= 0.4.0 +requires: build2 >= 0.4.0-a1 depends: libsqlite3 >= 3.6.18 -#depends: libodb [2.5.0 2.6.0-); libodb-2.5.X -depends: libodb == 2.5.0-a8 +depends: libodb == 2.5.0-a9 diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx index a09e659..7f65b7a 100644 --- a/odb/sqlite/version.hxx +++ b/odb/sqlite/version.hxx @@ -28,15 +28,15 @@ // Check that we have compatible ODB version. // -#if ODB_VERSION != 20408 +#if ODB_VERSION != 20409 # error incompatible odb interface version detected #endif // libodb-sqlite version: odb interface version plus the bugfix // version. // -#define LIBODB_SQLITE_VERSION 2049908 -#define LIBODB_SQLITE_VERSION_STR "2.5.0.a8" +#define LIBODB_SQLITE_VERSION 2049909 +#define LIBODB_SQLITE_VERSION_STR "2.5.0-a9" #include <odb/post.hxx> @@ -1 +1 @@ -2.5.0.a8 +2.5.0-a9 |