~ chicken-core (chicken-5) 758540a7d9e64dced73836247dd2e381ad510e24
commit 758540a7d9e64dced73836247dd2e381ad510e24
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Sun May 22 12:50:01 2016 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Sun May 22 12:50:01 2016 +0200
Bump master version to 4.11.1
diff --git a/README b/README
index 4fa989af..afc462ee 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.1
1. Introduction
diff --git a/buildversion b/buildversion
index 58426c10..012d0f05 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.10.1
\ No newline at end of file
+4.11.1
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index 3f009562..d4518352 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..53a8a797 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.1
; [[Getting started]] : What is CHICKEN and how do I use it?
Trap