~ chicken-core (chicken-5) e00ee5744fdbc786775297e84a3650788aaef2dc
commit e00ee5744fdbc786775297e84a3650788aaef2dc Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Dec 5 19:55:31 2009 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Dec 5 19:55:31 2009 +0100 updated version to 4.3.0rc1 diff --git a/README b/README index 8ab792c3..586d3c32 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2008-2009, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.2.12 + version 4.3.0rc1 1. Introduction: diff --git a/buildversion b/buildversion index 3fca9780..6b7ff8b9 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.12 \ No newline at end of file +4.3.0rc1 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index da49db49..af77b245 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.12 +This is the manual for Chicken Scheme, version 4.3.0rc1 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 03b97c59..aab355db 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.12") +(define-constant +build-version+ "4.3.0rc1")Trap