~ chicken-core (chicken-5) c0a0986acd92cb7301954ea20caf41e384d54269
commit c0a0986acd92cb7301954ea20caf41e384d54269 Author: unknown <felix@.(none)> AuthorDate: Thu Nov 5 09:54:21 2009 +0100 Commit: unknown <felix@.(none)> CommitDate: Thu Nov 5 09:54:21 2009 +0100 updated version diff --git a/README b/README index 7c4457c6..d752f9e2 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2000-2007, Felix L. Winkelmann (c) 2008-2009, The Chicken Team - version 4.2.2-private + version 4.2.3-private 1. Introduction: diff --git a/buildversion b/buildversion index 06975996..4e66437a 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.2-private \ No newline at end of file +4.2.3-private \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 2d03ac40..069aa082 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.2.2-private +This is the manual for Chicken Scheme, version 4.2.3-private ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index b0f574be..141f0708 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.2-private") +(define-constant +build-version+ "4.2.3-private")Trap