~ chicken-core (chicken-5) 44cb24e931076107d53ba6b1a7b7b523ef41ae04
commit 44cb24e931076107d53ba6b1a7b7b523ef41ae04
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Mon Apr 4 21:25:38 2016 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Mon Apr 4 21:25:38 2016 +0200
Bump prerelease version to 4.11.0rc1
diff --git a/README b/README
index e75e06d4..be97a7ff 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
(c) 2008-2016, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
- version 4.10.1
+ version 4.11.0rc1
1. Introduction
diff --git a/buildversion b/buildversion
index ad96464c..0dba71b8 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.10.1
+4.11.0rc1
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index e64d0bba..9e0854dc 100644
--- a/chicken.h
+++ b/chicken.h
@@ -37,7 +37,7 @@
#define ___CHICKEN
#define C_MAJOR_VERSION 4
-#define C_MINOR_VERSION 10
+#define C_MINOR_VERSION 11
#ifndef _ISOC99_SOURCE
# define _ISOC99_SOURCE
diff --git a/manual/The User's Manual b/manual/The User's Manual
index 825c0091..f6c4eb28 100644
--- a/manual/The User's Manual
+++ b/manual/The User's Manual
@@ -6,7 +6,7 @@
<img id="big-logo" style="float:right; margin-left:1em;" src="http://wiki.call-cc.org/chicken-small.png" alt="Stylized picture of a chicken"/>
</nowiki>
-This is the manual for CHICKEN Scheme, version 4.10.1
+This is the manual for CHICKEN Scheme, version 4.11.0rc1
; [[Getting started]] : What is CHICKEN and how do I use it?
Trap