~ chicken-core (chicken-5) aaefb216e687284f25c50ae7d1df2232c9537603
commit aaefb216e687284f25c50ae7d1df2232c9537603
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sun May 23 14:21:09 2010 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sun May 23 14:21:09 2010 +0200
fixed minor version in chicken.h
diff --git a/buildversion b/buildversion
index 4404a17b..99523d47 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.5.1
+4.5.1
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index c05965d2..4d656981 100644
--- a/chicken.h
+++ b/chicken.h
@@ -37,7 +37,7 @@
#define ___CHICKEN
#define C_MAJOR_VERSION 4
-#define C_MINOR_VERSION 4
+#define C_MINOR_VERSION 5
/*
* N.B. This file MUST not rely upon "chicken-config.h"
Trap