From 599fd34ef587a56c820263a2b1f80d4b1e9dde67 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Jun 2019 11:59:44 +0200 Subject: Change version to 2.5.0-b.16.z --- 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 f96893f..b0c1549 100644 --- a/odb/version.hxx +++ b/odb/version.hxx @@ -24,12 +24,12 @@ // ODB interface version: minor, major, and alpha/beta versions. // -#define ODB_VERSION 20465 -#define ODB_VERSION_STR "2.5-b.15" +#define ODB_VERSION 20466 +#define ODB_VERSION_STR "2.5-b.16" // ODB compiler version: interface version plus the bugfix version. // -#define ODB_COMPILER_VERSION 2049965 -#define ODB_COMPILER_VERSION_STR "2.5.0-b.15" +#define ODB_COMPILER_VERSION 2049966 +#define ODB_COMPILER_VERSION_STR "2.5.0-b.16" #endif // ODB_VERSION_HXX -- cgit v1.1