From 299f76e0fb8621272f983c2f8110185942d3db7e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 30 Jun 2023 13:05:40 +0200 Subject: Release version 2.5.0-b.25 --- manifest | 14 +++++++------- odb/version.hxx | 8 ++++---- version | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/manifest b/manifest index 7df2fa0..13c4091 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: odb -version: 2.5.0-b.24.z +version: 2.5.0-b.25 summary: ODB compiler license: GPL-3.0-only topics: C++, ORM, source code generation, object persistence, \ @@ -19,13 +19,13 @@ builds: &gcc-5+ ; Requires GCC 5 or later. builds: -static ; Implementation uses plugins and requires -fPIC. requires: host requires: c++11 -depends: * build2 >= 0.15.0- -depends: * bpkg >= 0.15.0- +depends: * build2 >= 0.15.0 +depends: * bpkg >= 0.15.0 -depends: libstudxml ^1.1.0- -depends: libcutl ^1.11.0- +#depends: libstudxml ^1.1.0- +#depends: libcutl ^1.11.0- -#depends: libstudxml == 1.1.0-b.10 -#depends: libcutl == 1.11.0-b.9 +depends: libstudxml == 1.1.0-b.10 +depends: libcutl == 1.11.0-b.9 depends: * cli ^1.2.0- ? ($config.odb.develop) diff --git a/odb/version.hxx b/odb/version.hxx index 464e9d2..2e9045d 100644 --- a/odb/version.hxx +++ b/odb/version.hxx @@ -23,15 +23,15 @@ // ODB interface version: minor, major, and alpha/beta versions. // -#define ODB_VERSION 20474 -#define ODB_VERSION_STR "2.5-b.24" +#define ODB_VERSION 20475 +#define ODB_VERSION_STR "2.5-b.25" // ODB compiler version: interface version plus the bugfix version. // // NOTE: remember to update metadata to full version when switching to // version.hxx.in. // -#define ODB_COMPILER_VERSION 2049974 -#define ODB_COMPILER_VERSION_STR "2.5.0-b.24" +#define ODB_COMPILER_VERSION 2049975 +#define ODB_COMPILER_VERSION_STR "2.5.0-b.25" #endif // ODB_VERSION_HXX diff --git a/version b/version index cd2d927..2636902 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0-b.24 +2.5.0-b.25 -- cgit v1.1