aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-20 08:53:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-20 08:53:13 +0200
commit2157b59cffead3a04cf2c029a0b9c1e5e709befe (patch)
tree01146645defe62767fe40b38e52b0fb44f3ab0e8
parent8d9800a42501f9597c01427d050ba62511a20234 (diff)
Release version 2.5.0-b.11+1v2.5.0-b.11
-rw-r--r--manifest2
-rw-r--r--odb/boost/version-build2.hxx.in4
-rw-r--r--odb/boost/version.hxx6
3 files changed, 5 insertions, 7 deletions
diff --git a/manifest b/manifest
index a3026a6..f7d2b5f 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-boost
-version: 2.5.0-b.11
+version: 2.5.0-b.11+1
project: odb
summary: Boost ODB profile library
license: GPLv2
diff --git a/odb/boost/version-build2.hxx.in b/odb/boost/version-build2.hxx.in
index de844f9..3522e60 100644
--- a/odb/boost/version-build2.hxx.in
+++ b/odb/boost/version-build2.hxx.in
@@ -4,6 +4,10 @@
#ifndef LIBODB_BOOST_VERSION // Note: using the version macro itself.
+// @@ TODO: need to derive automatically (it is also hardcoded in *.options).
+//
+#define ODB_BOOST_VERSION 2046100
+
// Note: using build2 standard versioning scheme. The numeric version format
// is AAABBBCCCDDDE where:
//
diff --git a/odb/boost/version.hxx b/odb/boost/version.hxx
index d3c0fa0..df6a907 100644
--- a/odb/boost/version.hxx
+++ b/odb/boost/version.hxx
@@ -4,12 +4,6 @@
#ifdef LIBODB_BOOST_BUILD2
# include <odb/boost/version-build2.hxx>
-
-// @@ TODO: need to derive automatically (it is also hardcoded in *.options).
-//
-#define ODB_BOOST_VERSION 2046100
-#define ODB_BOOST_VERSION_STR "2.5.0-b.11"
-
#else
#ifndef ODB_BOOST_VERSION_HXX