Hi,

the changes from 4.9.0 to 4.9.0.1 are way to huge to update to the new
upstream version for Debian Jessie (diff has O(700000) lines).

The attached patch only backports the C_MINOR_VERSION change as
requested by this bug report. Is there another change which need to be
included?

Best wishes, 
 Johann Felix

--
Johann Felix Soden, joh...@debian.org, DD

Description: This patch sets C_MINOR_VERSION correctly.
 It is a backport from chicken 4.9.0.1.
Author: Johann Felix Soden <joh...@debian.org>
Bug-Debian: http://bugs.debian.org/768308
Forwarded: not-needed

--- chicken-4.9.0.orig/chicken.h
+++ chicken-4.9.0/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

Reply via email to