aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-03-18 16:01:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-03-18 16:01:55 +0200
commitcb5e7d2117d1eba7b0688c7f561b324edba0f91f (patch)
tree4873f1598815d0b1544cdb1e2d0c6cb67c43ad5f /odb/version.hxx
parent841140bbf13ae2bfaa5978a181718cda0a8edae7 (diff)
Release version 2.5.0-b.13
Diffstat (limited to 'odb/version.hxx')
-rw-r--r--odb/version.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index 5d8b6a4..a81f145 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 20462
-#define ODB_VERSION_STR "2.5-b.12"
+#define ODB_VERSION 20463
+#define ODB_VERSION_STR "2.5-b.13"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049962
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.12"
+#define ODB_COMPILER_VERSION 2049963
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.13"
#endif // ODB_VERSION_HXX