~ chicken-core (chicken-5) 735de1d5a5a4422c9ff2368af6c47c06af1bf061


commit 735de1d5a5a4422c9ff2368af6c47c06af1bf061
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sun Jan 22 21:07:54 2017 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sun Jan 22 21:07:54 2017 +0100

    Bump master version to 4.12.1

diff --git a/README b/README
index 7f97e59f..2d37a0fd 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
   (c) 2008-2017, The CHICKEN Team
   (c) 2000-2007, Felix L. Winkelmann
 
-  version 4.11.2
+  version 4.12.1
 
 
  1. Introduction
diff --git a/buildversion b/buildversion
index 13adf3d1..2efddba7 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.11.2
\ No newline at end of file
+4.12.1
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index 80337e7d..13e69475 100644
--- a/chicken.h
+++ b/chicken.h
@@ -37,7 +37,7 @@
 #define ___CHICKEN
 
 #define C_MAJOR_VERSION   4
-#define C_MINOR_VERSION   11
+#define C_MINOR_VERSION   12
 
 #ifndef _ISOC99_SOURCE
 # define _ISOC99_SOURCE
diff --git a/manual/The User's Manual b/manual/The User's Manual
index 6e2b4672..3c029dd0 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.11.2
+This is the manual for CHICKEN Scheme, version 4.12.1
 
 ; [[Getting started]] : What is CHICKEN and how do I use it?
 
Trap