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.1.16.
This commit is contained in:
Martin Baulig
1999-02-24 21:37:58 +00:00
committed by Martin Baulig
parent 8f4bb6c9c4
commit 00960e6a04
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
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.1.16.
1999-02-23 Martin Baulig <martin@home-of-linux.org> 1999-02-23 Martin Baulig <martin@home-of-linux.org>
Released LibGTop 0.100.0. Released LibGTop 0.100.0.

View File

@@ -6,8 +6,8 @@
# if backwards compatibility has been broken, # if backwards compatibility has been broken,
# set LIBGTOP_BINARY_AGE and LIBGTOP_INTERFACE_AGE to 0. # set LIBGTOP_BINARY_AGE and LIBGTOP_INTERFACE_AGE to 0.
# #
LIBGTOP_MAJOR_VERSION=0 LIBGTOP_MAJOR_VERSION=1
LIBGTOP_MINOR_VERSION=100 LIBGTOP_MINOR_VERSION=0
LIBGTOP_MICRO_VERSION=0 LIBGTOP_MICRO_VERSION=0
LIBGTOP_INTERFACE_AGE=0 LIBGTOP_INTERFACE_AGE=0

View File

@@ -159,7 +159,7 @@ AC_SUBST(guile_subdirs)
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
AM_PATH_GLIB(1.1.12,,AC_MSG_ERROR(GLIB >= 1.1.12 is required for LibGTop)) AM_PATH_GLIB(1.1.16,,AC_MSG_ERROR(GLIB >= 1.1.16 is required for LibGTop))
dnl You need to uncomment the following line if you want to use dnl You need to uncomment the following line if you want to use
dnl libGTop without Gnome. dnl libGTop without Gnome.