aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-21 15:13:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-21 15:13:40 +0200
commit08093f03727889a8458d4f9e5bb74f2a43a911f9 (patch)
tree7d1b0d30129c18e049ca74746def2de8256f1c4b
parent46ca4f4a0dbcf0c91b94dd65c1132dbc116f8291 (diff)
Change version to 2.5.0-b.20.z
-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 91081bb..7bdcfe0 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: odb
-version: 2.5.0-b.19+1
+version: 2.5.0-b.20.z
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 e14411f..edc58a1 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 20469
-#define ODB_VERSION_STR "2.5-b.19"
+#define ODB_VERSION 20470
+#define ODB_VERSION_STR "2.5-b.20"
// 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 2049969
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.19"
+#define ODB_COMPILER_VERSION 2049970
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.20"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index ea83ada..a60117f 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.19
+2.5.0-b.20