~ chicken-core (chicken-5) 4e1a34009339bcd60b9312a007f45538a03762bf


commit 4e1a34009339bcd60b9312a007f45538a03762bf
Author:     Ivan Raikov <raikov@oist.jp>
AuthorDate: Thu Aug 30 10:55:44 2012 +0900
Commit:     Ivan Raikov <raikov@oist.jp>
CommitDate: Thu Aug 30 10:55:44 2012 +0900

    version set to 4.8.0rc3

diff --git a/README b/README
index 2ea9f90c..a81b2eef 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.0rc3
 
 
  1. Introduction
diff --git a/buildversion b/buildversion
index 93d7d00e..191a5bc8 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.7.5
\ No newline at end of file
+4.8.0rc3
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index f82c708d..8a6b14a7 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..418bb6b4 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.0rc3
 
 ; [[Getting started]] : What is CHICKEN and how do I use it?
 
Trap