summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-06-12 10:26:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-06-12 10:26:33 +0200
commit2b5399efe314291449679d2336a1233444b30292 (patch)
treedf1867f597be160b19c825423672284bf7fe74a2
parent1368cd036f03b78652f5ae3ffe9582a80e9ba3e3 (diff)
Release version 2.5.0-b.27HEADv2.5.0-b.27master
-rw-r--r--libodb-boost/manifest2
-rw-r--r--libodb-boost/odb/boost/version.hxx.in6
-rw-r--r--libodb-boost/odb/boost/version.options2
-rw-r--r--libodb-mssql/manifest2
-rw-r--r--libodb-mssql/odb/mssql/version.hxx.in2
-rw-r--r--libodb-mysql/manifest2
-rw-r--r--libodb-mysql/odb/mysql/version.hxx.in2
-rw-r--r--libodb-oracle/manifest2
-rw-r--r--libodb-oracle/odb/oracle/version.hxx.in2
-rw-r--r--libodb-pgsql/manifest2
-rw-r--r--libodb-pgsql/odb/pgsql/version.hxx.in2
-rw-r--r--libodb-qt/manifest2
-rw-r--r--libodb-qt/odb/qt/version.hxx.in6
-rw-r--r--libodb-qt/odb/qt/version.options2
-rw-r--r--libodb-sqlite/manifest2
-rw-r--r--libodb-sqlite/odb/sqlite/version.hxx.in2
-rw-r--r--libodb/manifest2
-rw-r--r--libodb/odb/version.hxx.in6
-rw-r--r--odb-examples/manifest2
-rw-r--r--odb-tests/manifest2
-rw-r--r--odb/manifest2
-rw-r--r--odb/odb/version.hxx.in4
22 files changed, 29 insertions, 29 deletions
diff --git a/libodb-boost/manifest b/libodb-boost/manifest
index 747c356..b1ac0cf 100644
--- a/libodb-boost/manifest
+++ b/libodb-boost/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-boost
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
summary: Boost ODB profile library
license: GPL-2.0-only
diff --git a/libodb-boost/odb/boost/version.hxx.in b/libodb-boost/odb/boost/version.hxx.in
index 15aed4e..329b2dd 100644
--- a/libodb-boost/odb/boost/version.hxx.in
+++ b/libodb-boost/odb/boost/version.hxx.in
@@ -61,14 +61,14 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
//
// NOTE: also hardcoded in *.options.
//
-#define ODB_BOOST_VERSION 2047600
-#define ODB_BOOST_VERSION_STR "2.5.0-b.26"
+#define ODB_BOOST_VERSION 2047700
+#define ODB_BOOST_VERSION_STR "2.5.0-b.27"
// libodb-boost version: odb interface version plus the bugfix version. Note
// that LIBODB_BOOST_VERSION is always greater or equal to ODB_BOOST_VERSION
// since if the Boost interface virsion is incremented then the bugfix version
// must be incremented as well.
//
-#define LIBODB_BOOST_VERSION 2049976
+#define LIBODB_BOOST_VERSION 2049977
#endif // LIBODB_BOOST_VERSION
diff --git a/libodb-boost/odb/boost/version.options b/libodb-boost/odb/boost/version.options
index 904dcc5..3f9477d 100644
--- a/libodb-boost/odb/boost/version.options
+++ b/libodb-boost/odb/boost/version.options
@@ -7,6 +7,6 @@
#
--hxx-prologue '#include <odb/boost/version.hxx>'
---hxx-prologue '#if ODB_BOOST_VERSION != 2047600 // 2.5.0-b.26'
+--hxx-prologue '#if ODB_BOOST_VERSION != 2047700 // 2.5.0-b.27'
--hxx-prologue '# error ODB and C++ compilers see different libodb-boost interface versions'
--hxx-prologue '#endif'
diff --git a/libodb-mssql/manifest b/libodb-mssql/manifest
index 714aaa8..c84a223 100644
--- a/libodb-mssql/manifest
+++ b/libodb-mssql/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-mssql
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
summary: Microsoft SQL Server ODB runtime library
license: other: ODB NCUEL ; Non-Commercial Use and Evaluation License.
diff --git a/libodb-mssql/odb/mssql/version.hxx.in b/libodb-mssql/odb/mssql/version.hxx.in
index 02a404f..dd895e0 100644
--- a/libodb-mssql/odb/mssql/version.hxx.in
+++ b/libodb-mssql/odb/mssql/version.hxx.in
@@ -55,6 +55,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
// 2.2.0.a1 02019901
// 3.0.0.b2 02999952
//
-#define LIBODB_MSSQL_VERSION 2049976
+#define LIBODB_MSSQL_VERSION 2049977
#endif // LIBODB_MSSQL_VERSION
diff --git a/libodb-mysql/manifest b/libodb-mysql/manifest
index 79f37fc..667e492 100644
--- a/libodb-mysql/manifest
+++ b/libodb-mysql/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-mysql
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
summary: MySQL ODB runtime library
license: GPL-2.0-only
diff --git a/libodb-mysql/odb/mysql/version.hxx.in b/libodb-mysql/odb/mysql/version.hxx.in
index 0526554..d44c637 100644
--- a/libodb-mysql/odb/mysql/version.hxx.in
+++ b/libodb-mysql/odb/mysql/version.hxx.in
@@ -76,6 +76,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
// 2.2.0.a1 02019901
// 3.0.0.b2 02999952
//
-#define LIBODB_MYSQL_VERSION 2049976
+#define LIBODB_MYSQL_VERSION 2049977
#endif // LIBODB_MYSQL_VERSION
diff --git a/libodb-oracle/manifest b/libodb-oracle/manifest
index 8e3d15a..7ef0bb2 100644
--- a/libodb-oracle/manifest
+++ b/libodb-oracle/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-oracle
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
summary: Oracle ODB runtime library
license: other: ODB NCUEL ; Non-Commercial Use and Evaluation License.
diff --git a/libodb-oracle/odb/oracle/version.hxx.in b/libodb-oracle/odb/oracle/version.hxx.in
index c13ce47..85a5052 100644
--- a/libodb-oracle/odb/oracle/version.hxx.in
+++ b/libodb-oracle/odb/oracle/version.hxx.in
@@ -56,6 +56,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
// 2.2.0.a1 02019901
// 3.0.0.b2 02999952
//
-#define LIBODB_ORACLE_VERSION 2049976
+#define LIBODB_ORACLE_VERSION 2049977
#endif // LIBODB_ORACLE_VERSION
diff --git a/libodb-pgsql/manifest b/libodb-pgsql/manifest
index 494c3bd..6f01b01 100644
--- a/libodb-pgsql/manifest
+++ b/libodb-pgsql/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-pgsql
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
summary: PostgreSQL ODB runtime library
license: GPL-2.0-only
diff --git a/libodb-pgsql/odb/pgsql/version.hxx.in b/libodb-pgsql/odb/pgsql/version.hxx.in
index db8b152..e0291c1 100644
--- a/libodb-pgsql/odb/pgsql/version.hxx.in
+++ b/libodb-pgsql/odb/pgsql/version.hxx.in
@@ -56,6 +56,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
// 2.2.0.a1 02019901
// 3.0.0.b2 02999952
//
-#define LIBODB_PGSQL_VERSION 2049976
+#define LIBODB_PGSQL_VERSION 2049977
#endif // LIBODB_PGSQL_VERSION
diff --git a/libodb-qt/manifest b/libodb-qt/manifest
index d659e6e..fb96534 100644
--- a/libodb-qt/manifest
+++ b/libodb-qt/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-qt
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
summary: Qt ODB profile library
license: GPL-2.0-only
diff --git a/libodb-qt/odb/qt/version.hxx.in b/libodb-qt/odb/qt/version.hxx.in
index b95bec3..30efa09 100644
--- a/libodb-qt/odb/qt/version.hxx.in
+++ b/libodb-qt/odb/qt/version.hxx.in
@@ -61,14 +61,14 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
//
// NOTE: also hardcoded in *.options.
//
-#define ODB_QT_VERSION 2047600
-#define ODB_QT_VERSION_STR "2.5.0-b.26"
+#define ODB_QT_VERSION 2047700
+#define ODB_QT_VERSION_STR "2.5.0-b.27"
// libodb-qt version: odb interface version plus the bugfix version. Note
// that LIBODB_QT_VERSION is always greater or equal to ODB_QT_VERSION
// since if the Qt interface virsion is incremented then the bugfix version
// must be incremented as well.
//
-#define LIBODB_QT_VERSION 2049976
+#define LIBODB_QT_VERSION 2049977
#endif // LIBODB_QT_VERSION
diff --git a/libodb-qt/odb/qt/version.options b/libodb-qt/odb/qt/version.options
index 0fef537..4be8754 100644
--- a/libodb-qt/odb/qt/version.options
+++ b/libodb-qt/odb/qt/version.options
@@ -11,6 +11,6 @@
#
--hxx-prologue '#include <odb/qt/version.hxx>'
---hxx-prologue '#if ODB_QT_VERSION != 2047600 // 2.5.0-b.26'
+--hxx-prologue '#if ODB_QT_VERSION != 2047700 // 2.5.0-b.27'
--hxx-prologue '# error ODB and C++ compilers see different libodb-qt interface versions'
--hxx-prologue '#endif'
diff --git a/libodb-sqlite/manifest b/libodb-sqlite/manifest
index 961b160..daa9fdb 100644
--- a/libodb-sqlite/manifest
+++ b/libodb-sqlite/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb-sqlite
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
summary: SQLite ODB runtime library
license: GPL-2.0-only
diff --git a/libodb-sqlite/odb/sqlite/version.hxx.in b/libodb-sqlite/odb/sqlite/version.hxx.in
index c100d57..820aaa3 100644
--- a/libodb-sqlite/odb/sqlite/version.hxx.in
+++ b/libodb-sqlite/odb/sqlite/version.hxx.in
@@ -56,6 +56,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
// 2.2.0.a1 02019901
// 3.0.0.b2 02999952
//
-#define LIBODB_SQLITE_VERSION 2049976
+#define LIBODB_SQLITE_VERSION 2049977
#endif // LIBODB_SQLITE_VERSION
diff --git a/libodb/manifest b/libodb/manifest
index 1a02d37..2efd5a3 100644
--- a/libodb/manifest
+++ b/libodb/manifest
@@ -1,6 +1,6 @@
: 1
name: libodb
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
summary: Common ODB runtime library
license: GPL-2.0-only
diff --git a/libodb/odb/version.hxx.in b/libodb/odb/version.hxx.in
index 178c8cc..0de61c5 100644
--- a/libodb/odb/version.hxx.in
+++ b/libodb/odb/version.hxx.in
@@ -55,11 +55,11 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20476
-#define ODB_VERSION_STR "2.5-b.26"
+#define ODB_VERSION 20477
+#define ODB_VERSION_STR "2.5-b.27"
// libodb version: interface version plus the bugfix version.
//
-#define LIBODB_VERSION 2049976
+#define LIBODB_VERSION 2049977
#endif // LIBODB_VERSION
diff --git a/odb-examples/manifest b/odb-examples/manifest
index 140c863..86d6df9 100644
--- a/odb-examples/manifest
+++ b/odb-examples/manifest
@@ -1,6 +1,6 @@
: 1
name: odb-examples
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
type: examples
language: c++
diff --git a/odb-tests/manifest b/odb-tests/manifest
index 08cfd3a..f334b58 100644
--- a/odb-tests/manifest
+++ b/odb-tests/manifest
@@ -1,6 +1,6 @@
: 1
name: odb-tests
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
project: odb
type: tests
language: c++
diff --git a/odb/manifest b/odb/manifest
index 2fb6c18..b3db7d7 100644
--- a/odb/manifest
+++ b/odb/manifest
@@ -1,6 +1,6 @@
: 1
name: odb
-version: 2.5.0-b.26.z
+version: 2.5.0-b.27
summary: ODB compiler
license: GPL-3.0-only
topics: C++, ORM, source code generation, object persistence, \
diff --git a/odb/odb/version.hxx.in b/odb/odb/version.hxx.in
index 2bf2ae7..7549ec9 100644
--- a/odb/odb/version.hxx.in
+++ b/odb/odb/version.hxx.in
@@ -45,10 +45,10 @@
// 2.2.0.a1 02019901
// 3.0.0.b2 02999952
//
-#define ODB_COMPILER_VERSION_OLD 2049976
+#define ODB_COMPILER_VERSION_OLD 2049977
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20476
+#define ODB_VERSION 20477
#endif // ODB_COMPILER_VERSION