aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-19 07:44:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-19 07:44:57 +0200
commit00d1431c3567ee22ab5a4eb01221ccd93d8f5059 (patch)
treeee95b1911a0de912f1b0223669a9998ffa6a7bbd
parentc5349bff6225ccb5ff234e14f4e84f01cb748ea4 (diff)
Release version 2.5.0-b.11v2.5.0-b.11
-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 834f767..d861569 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: odb
-version: 2.5.0-b.10.z
+version: 2.5.0-b.11
summary: ODB compiler
license: GPLv3
tags: c++, orm, database, relational, object, persistence, sql
diff --git a/odb/version.hxx b/odb/version.hxx
index b9e667d..fa355ba 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -24,12 +24,12 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20460
-#define ODB_VERSION_STR "2.5-b.10"
+#define ODB_VERSION 20461
+#define ODB_VERSION_STR "2.5-b.11"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049960
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.10"
+#define ODB_COMPILER_VERSION 2049961
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.11"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index c8f4946..3ba4219 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.10
+2.5.0-b.11