File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ started 8.7.0 22/5/18
2+ - added vips7compat.h include for libvips 8.7
3+
14started 8.6.1 1/5/18
25- better enum display in header
36
Original file line number Diff line number Diff line change 11# Process this file with autoconf to produce a configure script.
22
3- AC_INIT ( [ nip2] ,
[ 8.6.1 ] ,
[ [email protected] ] ) 3+ AC_INIT ( [ nip2] ,
[ 8.7.0 ] ,
[ [email protected] ] ) 44
55# foreign stops complaints about a missing README (we use README.md instead)
66# and missing INSTALL (the standard Gnu INSTALL is not very useful)
@@ -16,8 +16,8 @@ dnl of them.
1616dnl
1717
1818m4_define ( [ nip_major_version] , [ 8] )
19- m4_define ( [ nip_minor_version] , [ 6 ] )
20- m4_define ( [ nip_micro_version] , [ 1 ] )
19+ m4_define ( [ nip_minor_version] , [ 7 ] )
20+ m4_define ( [ nip_micro_version] , [ 0 ] )
2121m4_define ( [ nip_version] ,
2222 [ nip_major_version.nip_minor_version.nip_micro_version] )
2323
Original file line number Diff line number Diff line change 4040#include <gdk/gdkkeysyms.h>
4141
4242#include <vips/vips.h>
43+ #include <vips/vips7compat.h>
4344#include <vips/util.h>
4445
4546#include "doubleclick.h"
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ extern int statfs();
157157#endif /*HAVE_LIBGVC*/
158158
159159#include <vips/vips.h>
160+ #include <vips/vips7compat.h>
160161#include <vips/debug.h>
161162
162163#include <libxml/tree.h>
You can’t perform that action at this time.
0 commit comments