Skip to content

Commit 197e5bf

Browse files
Release version 2.5.0
1 parent 7d8a261 commit 197e5bf

File tree

26 files changed

+35
-35
lines changed

26 files changed

+35
-35
lines changed

libodb-boost/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
: 1
22
name: libodb-boost
3-
version: 2.5.0-b.28.z
3+
version: 2.5.0
44
project: odb
55
summary: Boost ODB profile library
66
license: GPL-2.0-only

libodb-boost/odb/boost/version.hxx.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
6161
//
6262
// NOTE: also hardcoded in *.options.
6363
//
64-
#define ODB_BOOST_VERSION 2047800
65-
#define ODB_BOOST_VERSION_STR "2.5.0-b.28"
64+
#define ODB_BOOST_VERSION 2050000
65+
#define ODB_BOOST_VERSION_STR "2.5.0"
6666

6767
// libodb-boost version: odb interface version plus the bugfix version. Note
6868
// that LIBODB_BOOST_VERSION is always greater or equal to ODB_BOOST_VERSION
6969
// since if the Boost interface virsion is incremented then the bugfix version
7070
// must be incremented as well.
7171
//
72-
#define LIBODB_BOOST_VERSION 2049978
72+
#define LIBODB_BOOST_VERSION 2050000
7373

7474
#endif // LIBODB_BOOST_VERSION

libodb-boost/odb/boost/version.options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
#
88
--hxx-prologue '#include <odb/boost/version.hxx>'
99

10-
--hxx-prologue '#if ODB_BOOST_VERSION != 2047800 // 2.5.0-b.28'
10+
--hxx-prologue '#if ODB_BOOST_VERSION != 2050000 // 2.5.0'
1111
--hxx-prologue '# error ODB and C++ compilers see different libodb-boost interface versions'
1212
--hxx-prologue '#endif'

libodb-mssql/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
: 1
22
name: libodb-mssql
3-
version: 2.5.0-b.28.z
3+
version: 2.5.0
44
project: odb
55
summary: Microsoft SQL Server ODB runtime library
66
license: other: ODB NCUEL ; Non-Commercial Use and Evaluation License.

libodb-mssql/odb/mssql/version.hxx.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
5555
// 2.2.0.a1 02019901
5656
// 3.0.0.b2 02999952
5757
//
58-
#define LIBODB_MSSQL_VERSION 2049978
58+
#define LIBODB_MSSQL_VERSION 2050000
5959

6060
#endif // LIBODB_MSSQL_VERSION

libodb-mysql/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
: 1
22
name: libodb-mysql
3-
version: 2.5.0-b.28.z
3+
version: 2.5.0
44
project: odb
55
summary: MySQL ODB runtime library
66
license: GPL-2.0-only

libodb-mysql/odb/mysql/version.hxx.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
7878
// 2.2.0.a1 02019901
7979
// 3.0.0.b2 02999952
8080
//
81-
#define LIBODB_MYSQL_VERSION 2049978
81+
#define LIBODB_MYSQL_VERSION 2050000
8282

8383
#endif // LIBODB_MYSQL_VERSION

libodb-oracle/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
: 1
22
name: libodb-oracle
3-
version: 2.5.0-b.28.z
3+
version: 2.5.0
44
project: odb
55
summary: Oracle ODB runtime library
66
license: other: ODB NCUEL ; Non-Commercial Use and Evaluation License.

libodb-oracle/odb/oracle/version.hxx.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
5656
// 2.2.0.a1 02019901
5757
// 3.0.0.b2 02999952
5858
//
59-
#define LIBODB_ORACLE_VERSION 2049978
59+
#define LIBODB_ORACLE_VERSION 2050000
6060

6161
#endif // LIBODB_ORACLE_VERSION

libodb-pgsql/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
: 1
22
name: libodb-pgsql
3-
version: 2.5.0-b.28.z
3+
version: 2.5.0
44
project: odb
55
summary: PostgreSQL ODB runtime library
66
license: GPL-2.0-only

0 commit comments

Comments
 (0)