aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/version.hxx')
-rw-r--r--odb/version.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index 1d8a73d..4961e1a 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -1,5 +1,4 @@
// file : odb/version.hxx
-// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifdef LIBODB_BUILD2
@@ -30,13 +29,13 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20466
-#define ODB_VERSION_STR "2.5-b.16"
+#define ODB_VERSION 20476
+#define ODB_VERSION_STR "2.5-b.26"
// libodb version: interface version plus the bugfix version.
//
-#define LIBODB_VERSION 2049966
-#define LIBODB_VERSION_STR "2.5.0-b.16"
+#define LIBODB_VERSION 2049976
+#define LIBODB_VERSION_STR "2.5.0-b.26"
#include <odb/post.hxx>