aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-30 13:05:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-30 13:05:40 +0200
commit299f76e0fb8621272f983c2f8110185942d3db7e (patch)
tree9f310486fd77e031ad25d99b0b355fd8d053966a
parent56a8d4e51f257d1a6cd0f3f48029731d7387fe25 (diff)
Release version 2.5.0-b.25v2.5.0-b.25
-rw-r--r--manifest14
-rw-r--r--odb/version.hxx8
-rw-r--r--version2
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