From 5848596f74443f0db78ef1754d26073b8eba698d Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 17 Oct 2000 22:10:40 +0000 Subject: [PATCH] as Garrick James correctly pointed out, GPlugInInfo was changed to 2000-10-18 Sven Neumann * gimp.m4: as Garrick James correctly pointed out, GPlugInInfo was changed to GimpPlugInInfo with version 1.1.24, not 1.1.20. --- ChangeLog | 5 +++++ gimp.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc4e21599b..e8e9209ee2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-18 Sven Neumann + + * gimp.m4: as Garrick James correctly pointed out, GPlugInInfo was + changed to GimpPlugInInfo with version 1.1.24, not 1.1.20. + 2000-10-17 Michael Natterer * libgimp/gimp.c: gimp_uninstall_temp_proc(): free the original diff --git a/gimp.m4 b/gimp.m4 index 88a540c476..313f1800e9 100644 --- a/gimp.m4 +++ b/gimp.m4 @@ -86,7 +86,7 @@ dnl GIMP_MICRO_VERSION >= (micro))) #endif -#if GIMP_CHECK_VERSION(1,1,20) +#if GIMP_CHECK_VERSION(1,1,24) GimpPlugInInfo #else GPlugInInfo @@ -165,7 +165,7 @@ int main () GIMP_MICRO_VERSION >= (micro))) #endif -#if GIMP_CHECK_VERSION(1,1,20) +#if GIMP_CHECK_VERSION(1,1,24) GimpPlugInInfo #else GPlugInInfo