Set version number to 1.1.5, binary age 0, interface age 0 and increase

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

	* LIBGTOP-VERSION: Set version number to 1.1.5, binary age 0,
	interface age 0 and increase LIBGTOP_SERVER_VERSION to 53.
This commit is contained in:
Martin Baulig
2000-01-15 19:51:53 +00:00
committed by Martin Baulig
parent 473ecd6b3a
commit 26ff5dbd79
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2000-01-15 Martin Baulig <martin@home-of-linux.org>
* LIBGTOP-VERSION: Set version number to 1.1.5, binary age 0,
interface age 0 and increase LIBGTOP_SERVER_VERSION to 53.
2000-01-14 Martin Baulig <martin@home-of-linux.org>
Released LibGTop 1.1.4 "Earthquake".

View File

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