post release bump 2.9.93.

* configure.in: post release bump 2.9.93.
This commit is contained in:
Benoît Dejean
2005-02-24 17:22:25 +00:00
parent 7a5e1a0f37
commit 965bd33d55
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-02-24 Benoît Dejean <TazForEver@dlfp.org>
* configure.in: post release bump 2.9.93.
2005-02-22 Benoît Dejean <TazForEver@dlfp.org>
* src/Makefile.am: Build and install libgtop2_daemon only if needed.

View File

@@ -8,7 +8,7 @@ AC_CANONICAL_SYSTEM
LIBGTOP_MAJOR_VERSION=2
LIBGTOP_MINOR_VERSION=9
LIBGTOP_MICRO_VERSION=92
LIBGTOP_MICRO_VERSION=93
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)