aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-05 18:13:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-05 18:13:27 +0200
commit38d43cba0d34dfc1a368d0c700b0f647dd7c9a2c (patch)
treebff7a93e1585b274e4963de8fd3c3a495e4cb53b /odb
parent5d969f916178eb5e223d658dd55f5f2bc9ab526d (diff)
Fix incomplete 2.5.0-a11 version update
Diffstat (limited to 'odb')
-rw-r--r--odb/version.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index 4051bb3..d658c18 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -24,7 +24,7 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20410
+#define ODB_VERSION 20411
#define ODB_VERSION_STR "2.5-a11"
// ODB compiler version: interface version plus the bugfix version.