From 717ec9cc17701720d6ce5b14a7f2986d7545523e Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 7 Jun 2023 13:17:43 -0400 Subject: [PATCH] 2023-06-07 Fred Gleason * Incremented the package version to 4.0.0rc4. * Incremented the Python API version to 4.0.0rc4. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ NEWS | 6 +++--- versions/PACKAGE_VERSION | 2 +- versions/PYTHONAPI_VERSION | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ba369ba..3feff801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24216,3 +24216,6 @@ 2023-06-07 Fred Gleason * Updated the 'README' file. * Updated the 'UPGRADING' file. +2023-06-07 Fred Gleason + * Incremented the package version to 4.0.0rc4. + * Incremented the Python API version to 4.0.0rc4. diff --git a/NEWS b/NEWS index bfef6905..e019e85b 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.0.0rc3int2 -- 31 May 2023 +v4.0.0rc4 -- 7 June 2023 -Interrim Release Candidate +Fifth Release Candidate Major Changes Between v3.x and v4.x: Qt Toolkit. Rivendell v4.x uses and is fully compatibile with major @@ -34,7 +34,7 @@ Major Changes Between v3.x and v4.x: Many bug and regression fixes. See the 'ChangeLog' for details. Database Update: - This version of Rivendell uses database schema version 367, and will + This version of Rivendell uses database schema version 369, and will automatically upgrade any earlier versions. To see the current schema version prior to upgrade, see RDAdmin->SystemInfo. diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 2f80b291..54647403 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.0.0rc3int2 \ No newline at end of file +4.0.0rc4 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index a2d16c11..54647403 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.0.0rc3 \ No newline at end of file +4.0.0rc4 \ No newline at end of file