Skip to content

Commit

Permalink
Release version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-kolpackov committed Jan 8, 2025
1 parent 7d8a261 commit 197e5bf
Show file tree
Hide file tree
Showing 26 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion libodb-boost/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libodb-boost
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
summary: Boost ODB profile library
license: GPL-2.0-only
Expand Down
6 changes: 3 additions & 3 deletions libodb-boost/odb/boost/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
//
// NOTE: also hardcoded in *.options.
//
#define ODB_BOOST_VERSION 2047800
#define ODB_BOOST_VERSION_STR "2.5.0-b.28"
#define ODB_BOOST_VERSION 2050000
#define ODB_BOOST_VERSION_STR "2.5.0"

// 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 2049978
#define LIBODB_BOOST_VERSION 2050000

#endif // LIBODB_BOOST_VERSION
2 changes: 1 addition & 1 deletion libodb-boost/odb/boost/version.options
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#
--hxx-prologue '#include <odb/boost/version.hxx>'

--hxx-prologue '#if ODB_BOOST_VERSION != 2047800 // 2.5.0-b.28'
--hxx-prologue '#if ODB_BOOST_VERSION != 2050000 // 2.5.0'
--hxx-prologue '# error ODB and C++ compilers see different libodb-boost interface versions'
--hxx-prologue '#endif'
2 changes: 1 addition & 1 deletion libodb-mssql/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libodb-mssql
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
summary: Microsoft SQL Server ODB runtime library
license: other: ODB NCUEL ; Non-Commercial Use and Evaluation License.
Expand Down
2 changes: 1 addition & 1 deletion libodb-mssql/odb/mssql/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 2049978
#define LIBODB_MSSQL_VERSION 2050000

#endif // LIBODB_MSSQL_VERSION
2 changes: 1 addition & 1 deletion libodb-mysql/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libodb-mysql
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
summary: MySQL ODB runtime library
license: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion libodb-mysql/odb/mysql/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
// 2.2.0.a1 02019901
// 3.0.0.b2 02999952
//
#define LIBODB_MYSQL_VERSION 2049978
#define LIBODB_MYSQL_VERSION 2050000

#endif // LIBODB_MYSQL_VERSION
2 changes: 1 addition & 1 deletion libodb-oracle/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libodb-oracle
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
summary: Oracle ODB runtime library
license: other: ODB NCUEL ; Non-Commercial Use and Evaluation License.
Expand Down
2 changes: 1 addition & 1 deletion libodb-oracle/odb/oracle/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 2049978
#define LIBODB_ORACLE_VERSION 2050000

#endif // LIBODB_ORACLE_VERSION
2 changes: 1 addition & 1 deletion libodb-pgsql/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libodb-pgsql
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
summary: PostgreSQL ODB runtime library
license: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion libodb-pgsql/odb/pgsql/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 2049978
#define LIBODB_PGSQL_VERSION 2050000

#endif // LIBODB_PGSQL_VERSION
2 changes: 1 addition & 1 deletion libodb-qt/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libodb-qt
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
summary: Qt ODB profile library
license: GPL-2.0-only
Expand Down
6 changes: 3 additions & 3 deletions libodb-qt/odb/qt/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ $libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$
//
// NOTE: also hardcoded in *.options.
//
#define ODB_QT_VERSION 2047800
#define ODB_QT_VERSION_STR "2.5.0-b.28"
#define ODB_QT_VERSION 2050000
#define ODB_QT_VERSION_STR "2.5.0"

// 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 2049978
#define LIBODB_QT_VERSION 2050000

#endif // LIBODB_QT_VERSION
2 changes: 1 addition & 1 deletion libodb-qt/odb/qt/version.options
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#
--hxx-prologue '#include <odb/qt/version.hxx>'

--hxx-prologue '#if ODB_QT_VERSION != 2047800 // 2.5.0-b.28'
--hxx-prologue '#if ODB_QT_VERSION != 2050000 // 2.5.0'
--hxx-prologue '# error ODB and C++ compilers see different libodb-qt interface versions'
--hxx-prologue '#endif'
2 changes: 1 addition & 1 deletion libodb-sqlite/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libodb-sqlite
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
summary: SQLite ODB runtime library
license: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion libodb-sqlite/odb/sqlite/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 2049978
#define LIBODB_SQLITE_VERSION 2050000

#endif // LIBODB_SQLITE_VERSION
2 changes: 1 addition & 1 deletion libodb/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: libodb
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
summary: Common ODB runtime library
license: GPL-2.0-only
Expand Down
6 changes: 3 additions & 3 deletions libodb/odb/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@

// ODB interface version: minor, major, and alpha/beta versions.
//
#define ODB_VERSION 20478
#define ODB_VERSION_STR "2.5-b.28"
#define ODB_VERSION 20500
#define ODB_VERSION_STR "2.5"

// libodb version: interface version plus the bugfix version.
//
#define LIBODB_VERSION 2049978
#define LIBODB_VERSION 2050000

#endif // LIBODB_VERSION
2 changes: 1 addition & 1 deletion odb-examples/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: odb-examples
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
type: examples
language: c++
Expand Down
2 changes: 1 addition & 1 deletion odb-tests/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: odb-tests
version: 2.5.0-b.28.z
version: 2.5.0
project: odb
type: tests
language: c++
Expand Down
2 changes: 1 addition & 1 deletion odb/doc/manual.html2ps
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h1>&nbsp;</h1>
<h1>&nbsp;</h1>
</div>
<p>Copyright &#169; 2009-2020 Code Synthesis.</p>
<p>Copyright &#169; 2009-2025 Code Synthesis.</p>

<p>Permission is granted to copy, distribute and/or modify this
document under the terms of the
Expand Down
6 changes: 3 additions & 3 deletions odb/doc/manual.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<title>C++ Object Persistence with ODB</title>

<meta name="copyright" content="&#169; 2009-2024 Code Synthesis"/>
<meta name="copyright" content="&#169; 2009-2025 Code Synthesis"/>
<meta name="keywords" content="odb,c++,object,persistence,ORM,relational,database,RDBMS,ODBMS,OODBMS"/>
<meta name="description" content="C++ Object Persistence with ODB"/>
<meta name="revision" content="2.5"/>
Expand Down Expand Up @@ -294,7 +294,7 @@ for consistency.
<div id="titlepage">
<div class="title">C++ Object Persistence with ODB</div>

<p>Copyright &#169; 2009-2020 Code Synthesis</p>
<p>Copyright &#169; 2009-2025 Code Synthesis</p>

<p>Permission is granted to copy, distribute and/or modify this
document under the terms of the
Expand All @@ -303,7 +303,7 @@ for consistency.
no Front-Cover Texts and no Back-Cover Texts.</p>

<!-- REMEMBER TO CHANGE VERSIONS IN THE META TAGS ABOVE! -->
<p id="revision">Revision 2.5, November 2024</p>
<p id="revision">Revision 2.5, January 2025</p>
<p>This revision of the manual describes ODB 2.5.0 and is available
in the following formats:
<a href="http://www.codesynthesis.com/products/odb/doc/manual.xhtml">XHTML</a>,
Expand Down
2 changes: 1 addition & 1 deletion odb/doc/odb-prologue.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii odb.1
.\"
.TH ODB 1 "November 2024" "ODB 2.5.0"
.TH ODB 1 "January 2025" "ODB 2.5.0"
.SH NAME
odb \- object-relational mapping (ORM) compiler for C++
.\"
Expand Down
2 changes: 1 addition & 1 deletion odb/doc/pregenerated/odb.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii odb.1
.\"
.TH ODB 1 "November 2024" "ODB 2.5.0"
.TH ODB 1 "January 2025" "ODB 2.5.0"
.SH NAME
odb \- object-relational mapping (ORM) compiler for C++
.\"
Expand Down
2 changes: 1 addition & 1 deletion odb/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
: 1
name: odb
version: 2.5.0-b.28.z
version: 2.5.0
summary: ODB compiler
license: GPL-3.0-only
topics: C++, ORM, source code generation, object persistence, \
Expand Down
4 changes: 2 additions & 2 deletions odb/odb/version.hxx.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
// 2.2.0.a1 02019901
// 3.0.0.b2 02999952
//
#define ODB_COMPILER_VERSION_OLD 2049978
#define ODB_COMPILER_VERSION_OLD 2050000

// ODB interface version: minor, major, and alpha/beta versions.
//
#define ODB_VERSION 20478
#define ODB_VERSION 20500

#endif // ODB_COMPILER_VERSION

0 comments on commit 197e5bf

Please sign in to comment.