~ chicken-core (chicken-5) ce208785381eced532f9e8c0f3235b6e6c3922ad
commit ce208785381eced532f9e8c0f3235b6e6c3922ad
Author: Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Mon May 19 19:44:51 2014 +0200
Commit: Peter Bex <peter.bex@xs4all.nl>
CommitDate: Mon May 19 19:44:51 2014 +0200
Bumped version to 4.9.0
diff --git a/README b/README
index bed8b46c..9696f234 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
(c) 2008-2014, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann
- version 4.9.0rc1
+ version 4.9.0
1. Introduction
diff --git a/buildversion b/buildversion
index 8cd6e45f..b617d997 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.9.0rc1
\ No newline at end of file
+4.9.0
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index 03138cd6..6dfefb94 100644
--- a/chicken.h
+++ b/chicken.h
@@ -38,7 +38,7 @@
#define ___CHICKEN
#define C_MAJOR_VERSION 4
-#define C_MINOR_VERSION 9
+#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 8259a562..27f16159 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.9.0rc1
+This is the manual for Chicken Scheme, version 4.9.0
; [[Getting started]] : What is CHICKEN and how do I use it?
Trap