~ chicken-core (chicken-5) 837cf9ff8ebbabe24b19dfe1cae688cafc4cc082
commit 837cf9ff8ebbabe24b19dfe1cae688cafc4cc082 Author: Peter Bex <peter@more-magic.net> AuthorDate: Thu Aug 12 07:58:21 2021 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Thu Aug 12 07:58:21 2021 +0200 Bump version to 5.3.0rc1 diff --git a/README b/README index 61121977..f84668f7 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ (c) 2008-2021, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 5.2.1 + version 5.3.0rc1 1. Introduction diff --git a/buildversion b/buildversion index 26d99a28..bddfde6e 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -5.2.1 +5.3.0rc1 diff --git a/chicken.h b/chicken.h index 7e51a38f..02fea9be 100644 --- a/chicken.h +++ b/chicken.h @@ -31,7 +31,7 @@ #define ___CHICKEN #define C_MAJOR_VERSION 5 -#define C_MINOR_VERSION 2 +#define C_MINOR_VERSION 3 #ifndef _ISOC99_SOURCE # define _ISOC99_SOURCE diff --git a/manual/The User's Manual b/manual/The User's Manual index c8e5d720..ea4db83a 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.2.1 +This is the manual for CHICKEN Scheme, version 5.3.0rc1 * [[Getting started]] : What is CHICKEN and how do I use it? * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}}Trap