~ chicken-core (chicken-5) eacc846be7cf4026eb8e8f6eaa577082d826da2e
commit eacc846be7cf4026eb8e8f6eaa577082d826da2e Author: Moritz Heidkamp <moritz.heidkamp@bevuta.com> AuthorDate: Sat Jun 6 18:47:06 2015 +0200 Commit: Moritz Heidkamp <moritz.heidkamp@bevuta.com> CommitDate: Sat Jun 6 18:47:06 2015 +0200 Bump version to 4.10.0rc1 diff --git a/README b/README index 8ae6c58e..2f16fb4e 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2015, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 4.9.1 + version 4.10.0rc1 1. Introduction diff --git a/buildversion b/buildversion index 5b341fd7..ac726134 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.9.1 +4.10.0rc1 \ No newline at end of file diff --git a/chicken.h b/chicken.h index dd788989..c6e05c69 100644 --- a/chicken.h +++ b/chicken.h @@ -38,7 +38,7 @@ #define ___CHICKEN #define C_MAJOR_VERSION 4 -#define C_MINOR_VERSION 9 +#define C_MINOR_VERSION 10 #ifndef _ISOC99_SOURCE # define _ISOC99_SOURCE diff --git a/manual/The User's Manual b/manual/The User's Manual index eec21066..b754e8d9 100644 --- a/manual/The User's Manual +++ b/manual/The User's Manual @@ -6,7 +6,7 @@ <img 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.9.1 +This is the manual for CHICKEN Scheme, version 4.10.0rc1 ; [[Getting started]] : What is CHICKEN and how do I use it?Trap