~ chicken-core (chicken-5) 467ab66a73d9d8936e84d2902241588ebb785e99
commit 467ab66a73d9d8936e84d2902241588ebb785e99 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Jan 29 11:49:26 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Jan 29 11:49:26 2010 +0100 bumped version to 4.3.5 diff --git a/NEWS b/NEWS index 24070228..bca0f3b4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +4.3.5 + +- on Windows loading of code compiled with [non-]GUI runtime libraries + will fail and produce an error message when the loading executable + is linked with a different runtime system +- on Windows, GUI libraries were not correctly linked by `csc' +- unit posix: added setter for `file-modification-time' + 4.3.4 - the banner shows the branchname of the build, unless it's "master" diff --git a/README b/README index d32affbc..97e3e7bf 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2008-2009, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.3.4 + version 4.3.5 1. Introduction: diff --git a/buildversion b/buildversion index a6695ff9..bbdf097e 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.3.4 \ No newline at end of file +4.3.5 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 3fc53e80..a3d2b167 100644 --- a/manual/The User's Manual +++ b/manual/The User's Manual @@ -6,7 +6,7 @@ <img style="float:right; border-left:1px solid #ccc;border-bottom:1px solid #ccc;margin-left:1em;" src="http://www.call-with-current-continuation.org/chicken4.png" alt="Stylized picture of a chicken"/> </nowiki> -This is the manual for Chicken Scheme, version 4.3.4 +This is the manual for Chicken Scheme, version 4.3.5 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index f13885d7..b3e70c69 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.3.4") +(define-constant +build-version+ "4.3.5")Trap