summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libodb-boost/manifest6
-rw-r--r--libodb-boost/odb/boost/version.hxx.in6
-rw-r--r--libodb-boost/odb/boost/version.options2
-rw-r--r--libodb-mssql/manifest16
-rw-r--r--libodb-mssql/odb/mssql/version.hxx.in2
-rw-r--r--libodb-mysql/manifest16
-rw-r--r--libodb-mysql/odb/mysql/version.hxx.in2
-rw-r--r--libodb-oracle/manifest16
-rw-r--r--libodb-oracle/odb/oracle/version.hxx.in2
-rw-r--r--libodb-pgsql/manifest16
-rw-r--r--libodb-pgsql/odb/pgsql/version.hxx.in2
-rw-r--r--libodb-qt/manifest6
-rw-r--r--libodb-qt/odb/qt/version.hxx.in6
-rw-r--r--libodb-qt/odb/qt/version.options2
-rw-r--r--libodb-sqlite/manifest16
-rw-r--r--libodb-sqlite/odb/sqlite/version.hxx.in2
-rw-r--r--libodb/manifest10
-rw-r--r--libodb/odb/version.hxx.in6
-rw-r--r--odb-examples/manifest6
-rw-r--r--odb-tests/manifest6
-rw-r--r--odb/manifest18
-rw-r--r--odb/odb/version.hxx.in4
22 files changed, 84 insertions, 84 deletions
diff --git a/libodb-boost/manifest b/libodb-boost/manifest
index ef8ab78..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
@@ -18,7 +18,7 @@ requires: c++11
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: libodb == $
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 324cf80..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.
@@ -19,17 +19,17 @@ requires: c++11
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: libodb == $
-depends: * cli ^1.2.0- ? ($config.libodb_mssql.develop)
+depends: * cli ^1.2.0 ? ($config.libodb_mssql.develop)
-tests: odb-tests == $ \
- ? (!$defined(config.odb_tests.database)) config.odb_tests.database=mssql
+#tests: odb-tests == $ \
+# ? (!$defined(config.odb_tests.database)) config.odb_tests.database=mssql
-examples: odb-examples == $ \
- ? (!$defined(config.odb_examples.database)) config.odb_examples.database=mssql
+#examples: odb-examples == $ \
+# ? (!$defined(config.odb_examples.database)) config.odb_examples.database=mssql
# Note: common for all the build configurations.
#
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 fd3b7b6..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
@@ -17,19 +17,19 @@ requires: c++11
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
#depends: libmysqlclient >= 5.0.3 | libmariadb ^10.2.2
depends: libmysqlclient >= 5.0.3
depends: libodb == $
-depends: * cli ^1.2.0- ? ($config.libodb_mysql.develop)
+depends: * cli ^1.2.0 ? ($config.libodb_mysql.develop)
-tests: odb-tests == $ \
- ? (!$defined(config.odb_tests.database)) config.odb_tests.database=mysql
+#tests: odb-tests == $ \
+# ? (!$defined(config.odb_tests.database)) config.odb_tests.database=mysql
-examples: odb-examples == $ \
- ? (!$defined(config.odb_examples.database)) config.odb_examples.database=mysql
+#examples: odb-examples == $ \
+# ? (!$defined(config.odb_examples.database)) config.odb_examples.database=mysql
# Note: common for all the build configurations.
#
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 3192a63..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.
@@ -18,17 +18,17 @@ requires: oci ; Oracle Call Interface library.
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: libodb == $
-depends: * cli ^1.2.0- ? ($config.libodb_oracle.develop)
+depends: * cli ^1.2.0 ? ($config.libodb_oracle.develop)
-tests: odb-tests == $ \
- ? (!$defined(config.odb_tests.database)) config.odb_tests.database=oracle
+#tests: odb-tests == $ \
+# ? (!$defined(config.odb_tests.database)) config.odb_tests.database=oracle
-examples: odb-examples == $ \
- ? (!$defined(config.odb_examples.database)) config.odb_examples.database=oracle
+#examples: odb-examples == $ \
+# ? (!$defined(config.odb_examples.database)) config.odb_examples.database=oracle
# Note: common for all the build configurations.
#
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 1a9a865..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
@@ -17,18 +17,18 @@ requires: c++11
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: libpq >= 7.4.0
depends: libodb == $
-depends: * cli ^1.2.0- ? ($config.libodb_pgsql.develop)
+depends: * cli ^1.2.0 ? ($config.libodb_pgsql.develop)
-tests: odb-tests == $ \
- ? (!$defined(config.odb_tests.database)) config.odb_tests.database=pgsql
+#tests: odb-tests == $ \
+# ? (!$defined(config.odb_tests.database)) config.odb_tests.database=pgsql
-examples: odb-examples == $ \
- ? (!$defined(config.odb_examples.database)) config.odb_examples.database=pgsql
+#examples: odb-examples == $ \
+# ? (!$defined(config.odb_examples.database)) config.odb_examples.database=pgsql
# Note: common for all the build configurations.
#
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 b848077..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
@@ -18,7 +18,7 @@ requires: c++11
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: libodb == $
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 f47879e..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
@@ -17,18 +17,18 @@ requires: c++11
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: libsqlite3 ^3.6.18
depends: libodb == $
-depends: * cli ^1.2.0- ? ($config.libodb_sqlite.develop)
+depends: * cli ^1.2.0 ? ($config.libodb_sqlite.develop)
-tests: odb-tests == $ \
- ? (!$defined(config.odb_tests.database)) config.odb_tests.database=sqlite
+#tests: odb-tests == $ \
+# ? (!$defined(config.odb_tests.database)) config.odb_tests.database=sqlite
-examples: odb-examples == $ \
- ? (!$defined(config.odb_examples.database)) config.odb_examples.database=sqlite
+#examples: odb-examples == $ \
+# ? (!$defined(config.odb_examples.database)) config.odb_examples.database=sqlite
builds: all
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 6052338..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
@@ -17,11 +17,11 @@ requires: c++11
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
-tests: odb-tests == $ ? ($config.odb_tests.libodb_test)
-examples: odb-examples == $ ? ($config.odb_examples.libodb_example)
+#tests: odb-tests == $ ? ($config.odb_tests.libodb_test)
+#examples: odb-examples == $ ? ($config.odb_examples.libodb_example)
default-builds: all
default-build-config:
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 6e3d70a..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++
@@ -14,8 +14,8 @@ email: odb-users@codesynthesis.com ; Mailing list
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: * odb == $
diff --git a/odb-tests/manifest b/odb-tests/manifest
index 8924fb7..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++
@@ -14,8 +14,8 @@ email: odb-users@codesynthesis.com ; Mailing list
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: * odb == $
diff --git a/odb/manifest b/odb/manifest
index 2ef8b08..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, \
@@ -12,7 +12,7 @@ doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
-builds: all
+builds: all relocatable
builds: -( +windows -gcc ) ; Requires MinGW GCC.
builds: &gcc ; Requires GCC with plugin support enabled.
builds: &gcc-5+ ; Requires GCC 5 or later.
@@ -22,13 +22,13 @@ requires: c++11
# @@ TMP Bump the toolchain version to 0.17.0 after it is released.
#
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
-depends: libstudxml ^1.1.0-
-depends: libcutl ^1.11.0-
+#depends: libstudxml ^1.1.0-
+#depends: libcutl ^1.11.0
-#depends: libstudxml == 1.1.0-b.10
-#depends: libcutl == 1.11.0-b.9
+depends: libstudxml == 1.1.0-b.10
+depends: libcutl ~1.11.0
-depends: * cli ^1.2.0- ? ($config.odb.develop)
+depends: * cli ^1.2.0 ? ($config.odb.develop)
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