~ chicken-core (chicken-5) 741ff4a7caf7633d39f344ab0e1dc119f879d21e
commit 741ff4a7caf7633d39f344ab0e1dc119f879d21e Author: Peter Bex <peter@more-magic.net> AuthorDate: Wed Jun 19 17:33:02 2019 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Wed Jun 19 17:33:02 2019 +0200 Bump version to 5.1.1 diff --git a/README b/README index 130b0ec8..3b88f6af 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.1 1. Introduction diff --git a/buildversion b/buildversion index 50e2274e..ac14c3df 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -5.0.3 +5.1.1 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..4207b244 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.1 * [[Getting started]] : What is CHICKEN and how do I use it? * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}}Trap