~ chicken-core (chicken-5) 44ea9ed5011053efc36217d66142a45b8298061d
commit 44ea9ed5011053efc36217d66142a45b8298061d Author: Peter Bex <peter@more-magic.net> AuthorDate: Sun Jan 12 12:18:40 2020 +0100 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sun Jan 12 12:18:40 2020 +0100 Bump version to 5.2.0rc1 diff --git a/NEWS b/NEWS index 6c30dece..4c399340 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -5.1.1 +5.2.0 - Core libraries - Fix `memory-statistics` by returning semi-space bytes and used diff --git a/README b/README index fd295c9d..6cefee20 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ (c) 2008-2020, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 5.1.1 + version 5.2.0rc1 1. Introduction diff --git a/buildversion b/buildversion index ac14c3df..64ba3a1a 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -5.1.1 +5.2.0rc1 diff --git a/chicken.h b/chicken.h index f56b6f48..9a7b20ff 100644 --- a/chicken.h +++ b/chicken.h @@ -31,7 +31,7 @@ #define ___CHICKEN #define C_MAJOR_VERSION 5 -#define C_MINOR_VERSION 1 +#define C_MINOR_VERSION 2 #ifndef _ISOC99_SOURCE # define _ISOC99_SOURCE diff --git a/manual/The User's Manual b/manual/The User's Manual index 4207b244..9728bc26 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.1.1 +This is the manual for CHICKEN Scheme, version 5.2.0rc1 * [[Getting started]] : What is CHICKEN and how do I use it? * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}}Trap