mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
1.3.13
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:
13
configure.in
13
configure.in
@@ -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. ***"
|
||||
])
|
||||
|
Reference in New Issue
Block a user