~ chicken-core (chicken-5) 0f6cef91fbf7992e6aee0bf9de5bedbb6317f7f0
commit 0f6cef91fbf7992e6aee0bf9de5bedbb6317f7f0 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sun Sep 16 13:43:34 2012 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sun Sep 16 13:43:34 2012 +0200 bumped version to 4.8.1 diff --git a/README b/README index d3cb8837..d0190e0c 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2012, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.7.5 + version 4.8.1 1. Introduction diff --git a/buildversion b/buildversion index 93d7d00e..28715673 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.7.5 \ No newline at end of file +4.8.1 \ No newline at end of file diff --git a/chicken.h b/chicken.h index 5ead3615..8293f075 100644 --- a/chicken.h +++ b/chicken.h @@ -37,7 +37,7 @@ #define ___CHICKEN #define C_MAJOR_VERSION 4 -#define C_MINOR_VERSION 7 +#define C_MINOR_VERSION 8 #ifndef _ISOC99_SOURCE # define _ISOC99_SOURCE diff --git a/manual/The User's Manual b/manual/The User's Manual index f304da00..e6a1fca0 100644 --- a/manual/The User's Manual +++ b/manual/The User's Manual @@ -6,7 +6,7 @@ <img style="float:right; border-left:1px solid #ccc;border-bottom:1px solid #ccc;margin-left:1em;" src="http://www.call-with-current-continuation.org/chicken4.png" alt="Stylized picture of a chicken"/> </nowiki> -This is the manual for Chicken Scheme, version 4.7.5 +This is the manual for Chicken Scheme, version 4.8.1 ; [[Getting started]] : What is CHICKEN and how do I use it?Trap