~ chicken-core (chicken-5) bc191a47b3aeb9dd8ea8efe76d8ed0de9ae18630
commit bc191a47b3aeb9dd8ea8efe76d8ed0de9ae18630 Author: Peter Bex <peter@more-magic.net> AuthorDate: Fri May 31 08:43:38 2024 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Fri May 31 08:43:38 2024 +0200 Bump version to 5.4.0rc1 diff --git a/README b/README index 3e17d4e6..6a5d92b4 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ (c) 2008-2022, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 5.3.1 + version 5.4.0rc1 1. Introduction diff --git a/buildversion b/buildversion index c7cb1311..1bfe3f6a 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -5.3.1 +5.4.0rc1 diff --git a/chicken.h b/chicken.h index 8503ccc1..d0d6be20 100644 --- a/chicken.h +++ b/chicken.h @@ -31,7 +31,7 @@ #define ___CHICKEN #define C_MAJOR_VERSION 5 -#define C_MINOR_VERSION 3 +#define C_MINOR_VERSION 4 #ifndef _ISOC99_SOURCE # define _ISOC99_SOURCE diff --git a/manual/The User's Manual b/manual/The User's Manual index 4f9800ed..2c579b26 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.1 +This is the manual for CHICKEN Scheme, version 5.4.0rc1 * [[Getting started]] : What is CHICKEN and how do I use it? * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}}Trap