diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-05 18:13:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-05 18:13:27 +0200 |
commit | 956b6c32e094fde45de64e14ce79614beb6c4b1f (patch) | |
tree | 57d778537c4cfbdeb238788ae52e9850f28caefc | |
parent | bd605d539460ef99de9cdb1ef76a8a21304ff38d (diff) |
Fix incomplete 2.5.0-a11 version update
-rw-r--r-- | odb/version.hxx | 2 |
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. |