~ chicken-core (chicken-5) 03ced0a0a4beccc79b66cee09f4df14d54606bc9
commit 03ced0a0a4beccc79b66cee09f4df14d54606bc9 Author: Peter Bex <peter@more-magic.net> AuthorDate: Tue Dec 5 19:43:22 2017 +0100 Commit: Peter Bex <peter@more-magic.net> CommitDate: Tue Dec 5 19:43:22 2017 +0100 Bump version to 4.13.0rc1 diff --git a/README b/README index 0005862a..5b4574f0 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2017, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 4.12.1 + version 4.13.0rc1 1. Introduction diff --git a/buildversion b/buildversion index 53cf85e1..fc1efd98 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.12.1 +4.13.0rc1 \ No newline at end of file diff --git a/chicken.h b/chicken.h index ef62fd4d..7f9ba008 100644 --- a/chicken.h +++ b/chicken.h @@ -37,7 +37,7 @@ #define ___CHICKEN #define C_MAJOR_VERSION 4 -#define C_MINOR_VERSION 12 +#define C_MINOR_VERSION 13 #ifndef _ISOC99_SOURCE # define _ISOC99_SOURCE diff --git a/manual/The User's Manual b/manual/The User's Manual index 3c029dd0..764a2354 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 4.12.1 +This is the manual for CHICKEN Scheme, version 4.13.0rc1 ; [[Getting started]] : What is CHICKEN and how do I use it?Trap