From 599fd34ef587a56c820263a2b1f80d4b1e9dde67 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Jun 2019 11:59:44 +0200 Subject: Change version to 2.5.0-b.16.z --- manifest | 6 +++--- odb/version.hxx | 8 ++++---- version | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest b/manifest index bea6b6c..a4bfc9b 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: odb -version: 2.5.0-b.15 +version: 2.5.0-b.16.z summary: ODB compiler license: GPLv3 tags: c++, orm, database, relational, object, persistence, sql @@ -16,7 +16,7 @@ builds: -( +windows -gcc ) ; Requires MinGW GCC. builds: &gcc ; Requires GCC with plugin support enabled. builds: &gcc-5+ ; Requires GCC 5 or later. requires: c++11 -depends: * build2 >= 0.10.0 -depends: * bpkg >= 0.10.0 +depends: * build2 >= 0.11.0 +depends: * bpkg >= 0.11.0 depends: libstudxml ^1.1.0- depends: libcutl ^1.11.0- diff --git a/odb/version.hxx b/odb/version.hxx index f96893f..b0c1549 100644 --- a/odb/version.hxx +++ b/odb/version.hxx @@ -24,12 +24,12 @@ // ODB interface version: minor, major, and alpha/beta versions. // -#define ODB_VERSION 20465 -#define ODB_VERSION_STR "2.5-b.15" +#define ODB_VERSION 20466 +#define ODB_VERSION_STR "2.5-b.16" // ODB compiler version: interface version plus the bugfix version. // -#define ODB_COMPILER_VERSION 2049965 -#define ODB_COMPILER_VERSION_STR "2.5.0-b.15" +#define ODB_COMPILER_VERSION 2049966 +#define ODB_COMPILER_VERSION_STR "2.5.0-b.16" #endif // ODB_VERSION_HXX diff --git a/version b/version index 48aee48..dfe1a80 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0-b.15 +2.5.0-b.16 -- cgit v1.1