From 1b76a69c344af711597de23792c595ece9e19faa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Aug 2017 12:56:02 +0200 Subject: Bump version to 2.5.0-b.5 --- odb/version.hxx | 8 ++++---- version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/odb/version.hxx b/odb/version.hxx index ba4f39e..4938938 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 20454 -#define ODB_VERSION_STR "2.5-b.4" +#define ODB_VERSION 20455 +#define ODB_VERSION_STR "2.5-b.5" // ODB compiler version: interface version plus the bugfix version. // -#define ODB_COMPILER_VERSION 2049954 -#define ODB_COMPILER_VERSION_STR "2.5.0-b.4" +#define ODB_COMPILER_VERSION 2049955 +#define ODB_COMPILER_VERSION_STR "2.5.0-b.5" #endif // ODB_VERSION_HXX diff --git a/version b/version index 9cce3ff..22c5d3e 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0-b.4 +2.5.0-b.5 -- cgit v1.1