aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-20 08:54:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-20 08:54:31 +0200
commit3733dbfec8bad73f55c638a20997492e3f49ac7e (patch)
tree7cca4eb9a1285240b3f5e0bc94a0a8ffad3d0e95
parent19c68c0b7c622dd26cc31248d66cc78f7a61dc0f (diff)
Release version 2.5.0-b.11+1v2.5.0-b.11
-rw-r--r--manifest2
-rw-r--r--odb/qt/version-build2.hxx.in4
-rw-r--r--odb/qt/version.hxx6
3 files changed, 5 insertions, 7 deletions
diff --git a/manifest b/manifest
index 71dbefc..f142008 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-qt
-version: 2.5.0-b.11
+version: 2.5.0-b.11+1
project: odb
summary: Qt ODB profile library
license: GPLv2
diff --git a/odb/qt/version-build2.hxx.in b/odb/qt/version-build2.hxx.in
index 332be97..3912bea 100644
--- a/odb/qt/version-build2.hxx.in
+++ b/odb/qt/version-build2.hxx.in
@@ -4,6 +4,10 @@
#ifndef LIBODB_QT_VERSION // Note: using the version macro itself.
+// @@ TODO: need to derive automatically (it is also hardcoded in *.options).
+//
+#define ODB_QT_VERSION 2046100
+
// Note: using build2 standard versioning scheme. The numeric version format
// is AAABBBCCCDDDE where:
//
diff --git a/odb/qt/version.hxx b/odb/qt/version.hxx
index 4c917fe..6e5b515 100644
--- a/odb/qt/version.hxx
+++ b/odb/qt/version.hxx
@@ -4,12 +4,6 @@
#ifdef LIBODB_QT_BUILD2
# include <odb/qt/version-build2.hxx>
-
-// @@ TODO: need to derive automatically (it is also hardcoded in *.options).
-//
-#define ODB_QT_VERSION 2046100
-#define ODB_QT_VERSION_STR "2.5.0-b.11"
-
#else
#ifndef ODB_QT_VERSION_HXX