Released 2.11.90.

* NEWS:
        * configure.in: Released 2.11.90.
This commit is contained in:
Benoît Dejean
2005-07-25 13:20:08 +00:00
parent 1645027004
commit 7e506a6c83
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-07-24 Benoît Dejean <TazForEver@dlfp.org>
* NEWS:
* configure.in: Released 2.11.90.
2005-07-22 Benoît Dejean <TazForEver@dlfp.org>
* configure.in: 2.11.3 post release version bump.

5
NEWS
View File

@@ -1,3 +1,8 @@
July 24, 2005: Overview of changes from 2.11.2 to 2.11.90
=========================================================
* Linux:
- fixed glibtop_uptime .flags.
July &3, 2005: Overview of changes from 2.11.1 to 2.11.2
========================================================
* Linux:

View File

@@ -8,7 +8,7 @@ AC_CANONICAL_SYSTEM
LIBGTOP_MAJOR_VERSION=2
LIBGTOP_MINOR_VERSION=11
LIBGTOP_MICRO_VERSION=3
LIBGTOP_MICRO_VERSION=90
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)