~ chicken-core (chicken-5) 3cf19679fa751ebf3a442091381ff616916085aa


commit 3cf19679fa751ebf3a442091381ff616916085aa
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Thu Apr 17 11:25:12 2014 -0300
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Thu Apr 17 11:25:54 2014 -0300

    Bump C_MINOR_VERSION to 9

diff --git a/chicken.h b/chicken.h
index 6dfefb94..03138cd6 100644
--- a/chicken.h
+++ b/chicken.h
@@ -38,7 +38,7 @@
 #define ___CHICKEN
 
 #define C_MAJOR_VERSION   4
-#define C_MINOR_VERSION   8
+#define C_MINOR_VERSION   9
 
 #ifndef _ISOC99_SOURCE
 # define _ISOC99_SOURCE
Trap