From 29135ad7c28ae928ee5abe17dd4ec18ede855f9a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Nov 2019 06:30:31 +0200 Subject: Change version to 2.5.0-b.18.z --- manifest | 6 +++--- odb/version.hxx | 8 ++++---- version | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest b/manifest index b29b68c..e243b6f 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: odb -version: 2.5.0-b.17 +version: 2.5.0-b.18.z summary: ODB compiler license: GPLv3 topics: C++, ORM, source code generation, object persistence, \ @@ -17,7 +17,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.11.0 -depends: * bpkg >= 0.11.0 +depends: * build2 >= 0.12.0 +depends: * bpkg >= 0.12.0 depends: libstudxml ^1.1.0- depends: libcutl ^1.11.0- diff --git a/odb/version.hxx b/odb/version.hxx index 0144b9a..f446572 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 20467 -#define ODB_VERSION_STR "2.5-b.17" +#define ODB_VERSION 20468 +#define ODB_VERSION_STR "2.5-b.18" // ODB compiler version: interface version plus the bugfix version. // -#define ODB_COMPILER_VERSION 2049967 -#define ODB_COMPILER_VERSION_STR "2.5.0-b.17" +#define ODB_COMPILER_VERSION 2049968 +#define ODB_COMPILER_VERSION_STR "2.5.0-b.18" #endif // ODB_VERSION_HXX diff --git a/version b/version index 020c790..a9b5191 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0-b.17 +2.5.0-b.18 -- cgit v1.1