aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-26 08:47:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-26 08:47:25 +0200
commitad8e6a14a701987a0c431b207b80fb2e49400d56 (patch)
tree253d82522528ce6ea4cf529f342cd15aafb2e5b6
parent58b7c3add16622abf6fe98a0626dbaabe043a829 (diff)
Release version 2.5.0-b.23v2.5.0-b.23
-rw-r--r--manifest10
-rw-r--r--odb/version.hxx8
-rw-r--r--version2
3 files changed, 12 insertions, 8 deletions
diff --git a/manifest b/manifest
index be8735d..0f2d7b1 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: odb
-version: 2.5.0-b.22.z
+version: 2.5.0-b.23
summary: ODB compiler
license: GPL-3.0-only
topics: C++, ORM, source code generation, object persistence, \
@@ -21,5 +21,9 @@ requires: host
requires: c++11
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
diff --git a/odb/version.hxx b/odb/version.hxx
index 73347f1..53dab04 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 20472
-#define ODB_VERSION_STR "2.5-b.22"
+#define ODB_VERSION 20473
+#define ODB_VERSION_STR "2.5-b.23"
// 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 2049972
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.22"
+#define ODB_COMPILER_VERSION 2049973
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.23"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index 6d2beda..0a10d59 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.22
+2.5.0-b.23