~ chicken-core (chicken-5) f4c16819450694f7a5b599f1e2589fc607ddb119


commit f4c16819450694f7a5b599f1e2589fc607ddb119
Author:     Felix Winkelmann <felix@hd-t1179cl.privatedns.com>
AuthorDate: Thu Aug 30 05:36:17 2012 -0400
Commit:     Felix Winkelmann <felix@hd-t1179cl.privatedns.com>
CommitDate: Thu Aug 30 05:36:17 2012 -0400

    Revert "version set to 4.8.0rc3"
    
    The version for release candidates should be set in the prerelease branch, otherwise
    we get annoying conflicts when later merging the release.
    
    This reverts commit 4e1a34009339bcd60b9312a007f45538a03762bf.

diff --git a/README b/README
index a81b2eef..2ea9f90c 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
   (c) 2008-2011, The Chicken Team
   (c) 2000-2007, Felix L. Winkelmann
 
-  version 4.8.0rc3
+  version 4.7.5
 
 
  1. Introduction
diff --git a/buildversion b/buildversion
index 191a5bc8..93d7d00e 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.8.0rc3
\ No newline at end of file
+4.7.5
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index 8a6b14a7..f82c708d 100644
--- a/chicken.h
+++ b/chicken.h
@@ -37,7 +37,7 @@
 #define ___CHICKEN
 
 #define C_MAJOR_VERSION   4
-#define C_MINOR_VERSION   8
+#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 418bb6b4..f304da00 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.8.0rc3
+This is the manual for Chicken Scheme, version 4.7.5
 
 ; [[Getting started]] : What is CHICKEN and how do I use it?
 
Trap