aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/version.hxx')
-rw-r--r--odb/version.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index b0c1549..4ad389a 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 v3; see accompanying LICENSE file
#ifndef ODB_VERSION_HXX
@@ -24,12 +23,15 @@
// 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"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049966
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.16"
+// NOTE: remember to update metadata to full version when switching to
+// version.hxx.in.
+//
+#define ODB_COMPILER_VERSION 2049976
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.26"
#endif // ODB_VERSION_HXX