From ec280b5bd0db7f5021a39705f57566a8b4dd8799 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 28 Feb 1999 11:10:21 +0000 Subject: [PATCH] Set version number to 1.0.0 binary age 0, interface age 0. 1999-02-24 Martin Baulig * LIBGTOP-VERSION: Set version number to 1.0.0 binary age 0, interface age 0. * configure.in: Require GLIB >= 1.2.0. --- ChangeLog | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75c5228b..3a7f4232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * LIBGTOP-VERSION: Set version number to 1.0.0 binary age 0, interface age 0. - * configure.in: Require GLIB >= 1.1.16. + * configure.in: Require GLIB >= 1.2.0. 1999-02-23 Martin Baulig diff --git a/configure.in b/configure.in index af352b8a..ec08765a 100644 --- a/configure.in +++ b/configure.in @@ -159,7 +159,7 @@ AC_SUBST(guile_subdirs) AM_PROG_LIBTOOL -AM_PATH_GLIB(1.1.16,,AC_MSG_ERROR(GLIB >= 1.1.16 is required for LibGTop)) +AM_PATH_GLIB(1.2.0,,AC_MSG_ERROR(GLIB >= 1.2.0 is required for LibGTop)) dnl You need to uncomment the following line if you want to use dnl libGTop without Gnome.