~ chicken-core (chicken-5) 1b79aa532b7cd2a77afa77e4fce7a014c13ad11d
commit 1b79aa532b7cd2a77afa77e4fce7a014c13ad11d Author: Peter Bex <peter@more-magic.net> AuthorDate: Tue Aug 4 22:10:42 2015 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Tue Aug 4 22:10:42 2015 +0200 Bump version to 4.10.1, and update version in NEWS diff --git a/NEWS b/NEWS index bb9d1fce..ab034eb8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -4.9.1 +4.10.0 - Security fixes - CVE-2014-6310: Use POSIX poll() on Android platform to avoid diff --git a/README b/README index 89fb1270..e8cce4f8 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.1 1. Introduction diff --git a/buildversion b/buildversion index 1f1ac7c2..58426c10 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.9.1 \ No newline at end of file +4.10.1 \ No newline at end of file diff --git a/chicken.h b/chicken.h index 66c276ab..365f5bac 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..bea583a3 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.1 ; [[Getting started]] : What is CHICKEN and how do I use it?Trap