version 2.6.0

2004-04-07  Bastien Nocera  <hadess@hadess.net>

	* configure.in: version 2.6.0
This commit is contained in:
Bastien Nocera
2004-04-07 10:28:35 +00:00
committed by Bastien Nocera
parent 07ec479243
commit 892c59f8a8
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-04-07 Bastien Nocera <hadess@hadess.net>
* configure.in: version 2.6.0
2004-04-07 Bastien Nocera <hadess@hadess.net>
* include/glibtop/fsusage.h: fix typo in the #defines for

View File

@@ -7,8 +7,8 @@ AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
LIBGTOP_MAJOR_VERSION=2
LIBGTOP_MINOR_VERSION=5
LIBGTOP_MICRO_VERSION=2
LIBGTOP_MINOR_VERSION=6
LIBGTOP_MICRO_VERSION=0
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)