Skip to content

Commit 2eae891

Browse files
committed
bump to 8.7
fix build with libvips8.7 changes ... you unow need vips7compat.h to build with the vips7 API
1 parent e9939ac commit 2eae891

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
started 8.7.0 22/5/18
2+
- added vips7compat.h include for libvips 8.7
3+
14
started 8.6.1 1/5/18
25
- better enum display in header
36

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([nip2], [8.6.1], [vipsip@jiscmail.ac.uk])
3+
AC_INIT([nip2], [8.7.0], [vipsip@jiscmail.ac.uk])
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.
1616
dnl
1717

1818
m4_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])
2121
m4_define([nip_version],
2222
[nip_major_version.nip_minor_version.nip_micro_version])
2323

src/doubleclick.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
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"

src/ip.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)