diff options
author | Tim Janik <timj@gtk.org> | 2001-09-18 23:44:32 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-09-18 23:44:32 +0000 |
commit | 07fd24542186c9d2e30a8b08381cab6285d94725 (patch) | |
tree | 0ba86314592cbce856325607019371eb0f2b7dbe /configure.in | |
parent | 67ff460c0e5a2979a482cb6edd32d7e012f83b75 (diff) | |
download | gtk+-07fd24542186c9d2e30a8b08381cab6285d94725.tar.gz |
up version to 1.3.8, interface age 0, binary age 0, depend on glib 1.3.8.
Tue Sep 18 23:51:49 2001 Tim Janik <timj@gtk.org>
* configure.in: up version to 1.3.8, interface age 0,
binary age 0, depend on glib 1.3.8.
* NEWS: 1.3.8 updates.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4f1ee278a8..7c430f4888 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ GLIB_AC_DIVERT_BEFORE_HELP([ # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=3 -GTK_MICRO_VERSION=7 +GTK_MICRO_VERSION=8 GTK_INTERFACE_AGE=0 GTK_BINARY_AGE=0 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION @@ -295,7 +295,7 @@ AC_TRY_COMPILE([#include <dirent.h>], [DIR *dir;], # GLIB_PACKAGES="gobject-2.0 gmodule-2.0" -GLIB_REQUIRED_VERSION=1.3.7 +GLIB_REQUIRED_VERSION=1.3.8 AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :, AC_MSG_ERROR([ |