aboutsummaryrefslogtreecommitdiff
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
commit956b6c32e094fde45de64e14ce79614beb6c4b1f (patch)
tree57d778537c4cfbdeb238788ae52e9850f28caefc
parentbd605d539460ef99de9cdb1ef76a8a21304ff38d (diff)
Fix incomplete 2.5.0-a11 version update
-rw-r--r--odb/version.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index e7080c3..4b702ec 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -26,7 +26,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"
// libodb version: interface version plus the bugfix version.