~ chicken-core (chicken-5) bcf817a06a76db4ef98d5597b10752bb03f537e5
commit bcf817a06a76db4ef98d5597b10752bb03f537e5
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Fri Sep 12 15:02:36 2014 -0300
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Mon Sep 15 18:27:45 2014 +1200
Bump version to 5.0.0
Signed-off-by: Evan Hanson <evhan@foldling.org>
diff --git a/buildversion b/buildversion
index 1f1ac7c2..28cbf7c0 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.9.1
\ No newline at end of file
+5.0.0
\ No newline at end of file
diff --git a/chicken.h b/chicken.h
index b27d7b0a..4caf9049 100644
--- a/chicken.h
+++ b/chicken.h
@@ -37,8 +37,8 @@
#ifndef ___CHICKEN
#define ___CHICKEN
-#define C_MAJOR_VERSION 4
-#define C_MINOR_VERSION 9
+#define C_MAJOR_VERSION 5
+#define C_MINOR_VERSION 0
#ifndef _ISOC99_SOURCE
# define _ISOC99_SOURCE
Trap