~ chicken-core (chicken-5) 8991336084d583217e14c47365dc9b5fb421d06c


commit 8991336084d583217e14c47365dc9b5fb421d06c
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Aug 7 09:16:32 2012 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Aug 7 09:16:32 2012 +0200

    bumped version to 4.8.0rc1

diff --git a/README b/README
index 2ea9f90c..be1c90af 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
   (c) 2008-2011, The Chicken Team
   (c) 2000-2007, Felix L. Winkelmann
 
-  version 4.7.5
+  version 4.8.0rc1
 
 
  1. Introduction
diff --git a/buildversion b/buildversion
index 93d7d00e..393094bd 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.7.5
\ No newline at end of file
+4.8.0rc1
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index 6e9e009c..84102f0e 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..ce5009bb 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.0rc1
 
 ; [[Getting started]] : What is CHICKEN and how do I use it?
 
Trap