Tue Jan 29 11:18:44 2002  Owen Taylor  <otaylor@redhat.com>

        * 1.3.13

        * NEWS: Updated.

        * configure.in: Micro == 13, binary age, interface age 0.
        [ binary breakage was return type of g_signal_connect_object(),
        probably could have used binary age == 0, but a little safer not to.]

        * configure.in: Remove configure warning.
This commit is contained in:
Owen Taylor
2002-01-29 17:10:34 +00:00
committed by Owen Taylor
parent 2cf9de3b5b
commit 5a7cf7fa60
41 changed files with 1287 additions and 931 deletions

View File

@@ -33,7 +33,7 @@ GLIB_AC_DIVERT_BEFORE_HELP([
#
GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=3
GLIB_MICRO_VERSION=12
GLIB_MICRO_VERSION=13
GLIB_INTERFACE_AGE=0
GLIB_BINARY_AGE=0
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
@@ -2180,15 +2180,4 @@ docs/reference/glib/Makefile
docs/reference/gobject/Makefile
tests/Makefile
m4macros/Makefile
],[echo ""
echo " *** IMPORTANT *** "
echo ""
echo "This is a development version of GLib. You should be using a stable"
echo "version, which is available at ftp://ftp.gtk.org/pub/gtk/v1.2/. The"
echo "version you just configured is meant for developers of GLib only:"
echo ""
echo " * You should not base stable software on this version of GLib."
echo " * GNOME developers should use a stable version of GLib."
echo ""
echo " *** You should be using GLib 1.2 instead. ***"
])