Set version number to 1.1.4, binary age 0, interface age 0 and increased

2000-01-13  Martin Baulig  <martin@home-of-linux.org>

	* LIBGTOP-VERSION: Set version number to 1.1.4, binary age 0,
	interface age 0 and increased LIBGTOP_SERVER_VERSION to 52.
This commit is contained in:
Martin Baulig
2000-01-13 00:08:24 +00:00
committed by Martin Baulig
parent 5af2aab0bf
commit fabb12370f
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2000-01-13 Martin Baulig <martin@home-of-linux.org>
* LIBGTOP-VERSION: Set version number to 1.1.4, binary age 0,
interface age 0 and increased LIBGTOP_SERVER_VERSION to 52.
2000-01-13 Martin Baulig <martin@home-of-linux.org>
* lib/sysdeps-init-freebsd.c: New file.

View File

@@ -8,13 +8,13 @@
#
LIBGTOP_MAJOR_VERSION=1
LIBGTOP_MINOR_VERSION=1
LIBGTOP_MICRO_VERSION=3
LIBGTOP_MICRO_VERSION=4
LIBGTOP_INTERFACE_AGE=0
LIBGTOP_BINARY_AGE=0
# Increase each time you change the client/server protocol.
LIBGTOP_SERVER_VERSION=51
LIBGTOP_SERVER_VERSION=52
# Don't change this
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION