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

1999-10-19  Martin Baulig  <martin@home-of-linux.org>

	* LIBGTOP-VERSION: Set version number to 1.1.3, binary age 0,
	interface age 0 and increased LIBGTOP_SERVER_VERSION to 51.
This commit is contained in:
Martin Baulig
1999-10-19 00:08:09 +00:00
committed by Martin Baulig
parent ebbeb1a058
commit d59b8e5220
2 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
1999-10-19 Martin Baulig <martin@home-of-linux.org>
* LIBGTOP-VERSION: Set version number to 1.1.3, binary age 0,
interface age 0 and increased LIBGTOP_SERVER_VERSION to 51.
This implies that we can now break as much compatibility as
we want.
1999-10-19 Martin Baulig <martin@home-of-linux.org>
Released LibGTop 1.1.2 "Hardangervidda".

View File

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