~ chicken-core (chicken-5) f3ddffa64c6ad0d7fb5920b587b6fe9bf131ad67
commit f3ddffa64c6ad0d7fb5920b587b6fe9bf131ad67 Author: felix <felix@z.(none)> AuthorDate: Fri Apr 8 12:10:05 2011 +0200 Commit: felix <felix@z.(none)> CommitDate: Fri Apr 8 12:10:05 2011 +0200 bumped version to 4.7.0rc1 diff --git a/README b/README index c342264d..1acf8bda 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2011, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.6.7 + version 4.7.0rc1 1. Introduction diff --git a/buildversion b/buildversion index 16f8758a..bdb00b51 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.6.7 \ No newline at end of file +4.7.0rc1 \ No newline at end of file diff --git a/chicken.h b/chicken.h index 7a3f6891..f48ad542 100644 --- a/chicken.h +++ b/chicken.h @@ -37,7 +37,7 @@ #define ___CHICKEN #define C_MAJOR_VERSION 4 -#define C_MINOR_VERSION 6 +#define C_MINOR_VERSION 7 #ifndef _ISOC99_SOURCE # define _ISOC99_SOURCE diff --git a/manual/The User's Manual b/manual/The User's Manual index 4279caab..11d58694 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.6.7 +This is the manual for Chicken Scheme, version 4.7.0rc1 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index feb3d4ad..b25e31fa 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.6.7") +(define-constant +build-version+ "4.7.0rc1")Trap