From edd296ecab65ccc68de188afa8255526c9526018 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 ++++---- version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/odb/version.hxx b/odb/version.hxx index a792d4d..2f6c4d3 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 20411 -#define ODB_VERSION_STR "2.5-a11" +#define ODB_VERSION 20451 +#define ODB_VERSION_STR "2.5-b.1" // ODB compiler version: interface version plus the bugfix version. // -#define ODB_COMPILER_VERSION 2049911 -#define ODB_COMPILER_VERSION_STR "2.5.0-a11" +#define ODB_COMPILER_VERSION 2049951 +#define ODB_COMPILER_VERSION_STR "2.5.0-b.1" #endif // ODB_VERSION_HXX diff --git a/version b/version index b6012ca..07ad3e3 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0-a11 +2.5.0-b.1 -- cgit v1.1