~ chicken-core (chicken-5) 7358d2e5eb3faa84d523ae7353367224c16d9e54


commit 7358d2e5eb3faa84d523ae7353367224c16d9e54
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Jun 8 13:57:44 2019 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Jun 8 13:57:55 2019 +0200

    Bump version to 5.1.0rc1

diff --git a/README b/README
index 130b0ec8..a64ef9df 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ _/        _/    _/    _/    _/        _/  _/    _/        _/    _/_/
   (c) 2008-2019, The CHICKEN Team
   (c) 2000-2007, Felix L. Winkelmann
 
-  version 5.0.3
+  version 5.1.0rc1
 
 
  1. Introduction
diff --git a/buildversion b/buildversion
index 50e2274e..b4a960c3 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-5.0.3
+5.1.0rc1
diff --git a/chicken.h b/chicken.h
index a4801784..88bf4ab3 100644
--- a/chicken.h
+++ b/chicken.h
@@ -31,7 +31,7 @@
 #define ___CHICKEN
 
 #define C_MAJOR_VERSION   5
-#define C_MINOR_VERSION   0
+#define C_MINOR_VERSION   1
 
 #ifndef _ISOC99_SOURCE
 # define _ISOC99_SOURCE
diff --git a/manual/The User's Manual b/manual/The User's Manual
index a6ad19c9..48bc265d 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 5.0.3
+This is the manual for CHICKEN Scheme, version 5.1.0rc1
 
 * [[Getting started]] : What is CHICKEN and how do I use it?
 * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}}
Trap