diff options
author | Tim Janik <timj@gtk.org> | 1998-08-04 23:44:27 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-08-04 23:44:27 +0000 |
commit | c4b3014e09900fc1342ce5dbf191e05b4ada11bc (patch) | |
tree | 7557634d4990dd8e9295d8312d6a7a0c18f4f37c /configure.in | |
parent | ed3c12aa5f1d10206d66216fd05f19c92d6d19bd (diff) | |
download | gtk+-c4b3014e09900fc1342ce5dbf191e05b4ada11bc.tar.gz |
version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1
Tue Aug 4 16:18:26 1998 Tim Janik <timj@gtk.org>
* configure.in: version bump to 1.1.1, binary age 0, interface age 0.
GLib version 1.1.1 is now required at minimum.
* docs/Makefile.am: added gtk_tut_fr.sgml to EXTRA_DIST (french version
of the Gtk+ tutorial, contributed by Eric Jacoboni <jaco@dotcom.fr>.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 2b78a6dc7c..53fdbf34fa 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ cflags_set=${CFLAGS+set} # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=1 -GTK_MICRO_VERSION=0 +GTK_MICRO_VERSION=1 GTK_INTERFACE_AGE=0 GTK_BINARY_AGE=0 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION @@ -138,9 +138,9 @@ fi if test x$with_glib = x ; then # Look for separately installed glib - AM_PATH_GLIB(1.1.0,, + AM_PATH_GLIB(1.1.1,, AC_MSG_ERROR([ -*** GLIB 1.1.0 or better is required. The latest version of GLIB +*** GLIB 1.1.1 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org.])) glib_cflags=$GLIB_CFLAGS |