aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest2
-rw-r--r--odb/version.hxx8
-rw-r--r--version2
3 files changed, 6 insertions, 6 deletions
diff --git a/manifest b/manifest
index 63c410d..30ba440 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: odb
-version: 2.5.0-b.20.z
+version: 2.5.0-b.21
summary: ODB compiler
license: GPL-3.0-only
topics: C++, ORM, source code generation, object persistence, \
diff --git a/odb/version.hxx b/odb/version.hxx
index edc58a1..3804c75 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 20470
-#define ODB_VERSION_STR "2.5-b.20"
+#define ODB_VERSION 20471
+#define ODB_VERSION_STR "2.5-b.21"
// 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 2049970
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.20"
+#define ODB_COMPILER_VERSION 2049971
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.21"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index a60117f..412a335 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.20
+2.5.0-b.21