~ chicken-core (chicken-5) d2a858ee20b514ceb7420e46ffa0433aba239614
commit d2a858ee20b514ceb7420e46ffa0433aba239614 Author: Peter Bex <peter@more-magic.net> AuthorDate: Thu Nov 18 10:24:07 2021 +0100 Commit: Peter Bex <peter@more-magic.net> CommitDate: Thu Nov 18 10:24:07 2021 +0100 Set version to 5.3.1 diff --git a/README b/README index 1f230275..41ae2db2 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ (c) 2008-2021, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 5.3.0 + version 5.3.1 1. Introduction diff --git a/buildversion b/buildversion index 03f488b0..c7cb1311 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -5.3.0 +5.3.1 diff --git a/manual/The User's Manual b/manual/The User's Manual index e979c643..4f9800ed 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.3.0 +This is the manual for CHICKEN Scheme, version 5.3.1 * [[Getting started]] : What is CHICKEN and how do I use it? * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}}Trap