From 9c54bf28fd0f3f2e2f1592c3e8d071ff6decfe2c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 16:17:22 +0200 Subject: Bump version to 2.5.0.b.1.z, switch to build2 version module --- odb/version.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/version.hxx') diff --git a/odb/version.hxx b/odb/version.hxx index d8e5fc2..954a15f 100644 --- a/odb/version.hxx +++ b/odb/version.hxx @@ -26,13 +26,13 @@ // ODB interface version: minor, major, and alpha/beta versions. // -#define ODB_VERSION 20411 -#define ODB_VERSION_STR "2.5-a11" +#define ODB_VERSION 20451 +#define ODB_VERSION_STR "2.5-b.1" // libodb version: interface version plus the bugfix version. // -#define LIBODB_VERSION 2049911 -#define LIBODB_VERSION_STR "2.5.0-a11" +#define LIBODB_VERSION 2049951 +#define LIBODB_VERSION_STR "2.5.0-b.1" #include -- cgit v1.1