~ chicken-core (chicken-5) 9275cfab34e8b9b341c6d742fa8e37e39afd4d41
commit 9275cfab34e8b9b341c6d742fa8e37e39afd4d41 Author: Peter Bex <peter@more-magic.net> AuthorDate: Sun Jan 22 18:09:20 2017 +0100 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sun Jan 22 18:09:20 2017 +0100 Bump version to 4.12.0rc1 diff --git a/README b/README index 7f97e59f..97c55987 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2017, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 4.11.2 + version 4.12.0rc1 1. Introduction diff --git a/buildversion b/buildversion index 4f89fb96..ab6dcb01 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.11.2 +4.12.0rc1 \ No newline at end of file diff --git a/chicken.h b/chicken.h index 80337e7d..13e69475 100644 --- a/chicken.h +++ b/chicken.h @@ -37,7 +37,7 @@ #define ___CHICKEN #define C_MAJOR_VERSION 4 -#define C_MINOR_VERSION 11 +#define C_MINOR_VERSION 12 #ifndef _ISOC99_SOURCE # define _ISOC99_SOURCE diff --git a/manual/The User's Manual b/manual/The User's Manual index 6e2b4672..aca27779 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.11.2 +This is the manual for CHICKEN Scheme, version 4.12.0rc1 ; [[Getting started]] : What is CHICKEN and how do I use it?Trap