aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-29 09:50:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-29 09:50:27 +0200
commit4aa63bc7037cb6c6162eb014f00ddba5c677a169 (patch)
treef2a24e0b46697279b82c802340f196a0775879bc
parentad8e6a14a701987a0c431b207b80fb2e49400d56 (diff)
Change version to 2.5.0-b.24.z
-rw-r--r--manifest10
-rw-r--r--odb/version.hxx8
-rw-r--r--version2
3 files changed, 10 insertions, 10 deletions
diff --git a/manifest b/manifest
index 0f2d7b1..6e00bf3 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: odb
-version: 2.5.0-b.23
+version: 2.5.0-b.24.z
summary: ODB compiler
license: GPL-3.0-only
topics: C++, ORM, source code generation, object persistence, \
@@ -22,8 +22,8 @@ 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
+#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 53dab04..464e9d2 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 20473
-#define ODB_VERSION_STR "2.5-b.23"
+#define ODB_VERSION 20474
+#define ODB_VERSION_STR "2.5-b.24"
// 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 2049973
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.23"
+#define ODB_COMPILER_VERSION 2049974
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.24"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index 0a10d59..cd2d927 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.23
+2.5.0-b.24