aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-18 14:32:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-18 14:32:25 +0200
commit563ff47ba3de1037d98ea386139be94263b013c7 (patch)
tree43f29d0f06e3531bc2c06efb0ceedbcc496cf2dd
parent83168d414e5eda5f548b12c818e6f91da52a32c7 (diff)
Release version 2.5.0-b.19v2.5.0-b.19
-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 f50eb8c..5aaffda 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: odb
-version: 2.5.0-b.18.z
+version: 2.5.0-b.19
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 9ed715f..e14411f 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 20468
-#define ODB_VERSION_STR "2.5-b.18"
+#define ODB_VERSION 20469
+#define ODB_VERSION_STR "2.5-b.19"
// 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 2049968
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.18"
+#define ODB_COMPILER_VERSION 2049969
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.19"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index a9b5191..ea83ada 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.18
+2.5.0-b.19