~ chicken-core (chicken-5) 1a1d14957145af331413da58362ca8bd1a23f617
commit 1a1d14957145af331413da58362ca8bd1a23f617 Author: Peter Bex <peter@more-magic.net> AuthorDate: Tue Jul 16 07:45:18 2024 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Tue Jul 16 07:45:18 2024 +0200 Bump version to 5.4.0 diff --git a/README b/README index 6bb00e6d..f5dd7530 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ (c) 2008-2022, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 5.4.0rc2 + version 5.4.0 1. Introduction diff --git a/buildversion b/buildversion index 3822f21a..8a30e8f9 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -5.4.0rc2 +5.4.0 diff --git a/manual/The User's Manual b/manual/The User's Manual index aa4507fe..c6ffc852 100644 --- a/manual/The User's Manual +++ b/manual/The User's Manual @@ -6,7 +6,7 @@ <img id="big-logo" style="float:right; margin-left:1em;" src="http://wiki.call-cc.org/chicken-small.png" alt="Stylized picture of a chicken"/> </nowiki> -This is the manual for CHICKEN Scheme, version 5.4.0rc2 +This is the manual for CHICKEN Scheme, version 5.4.0 * [[Getting started]] : What is CHICKEN and how do I use it? * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}}Trap