Set version number to 1.0.0 binary age 0, interface age 0.

1999-02-24  Martin Baulig  <martin@home-of-linux.org>

	* LIBGTOP-VERSION: Set version number to 1.0.0 binary age 0,
	interface age 0.

	* configure.in: Require GLIB >= 1.2.0.
This commit is contained in:
Martin Baulig
1999-02-28 11:10:21 +00:00
committed by Martin Baulig
parent 3f39ec8d37
commit ec280b5bd0
2 changed files with 2 additions and 2 deletions

View File

@@ -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 <martin@home-of-linux.org>

View File

@@ -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.