summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-08-28 11:12:02 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-08-28 11:12:02 +0000
commit770e39d2d2c8d384eb26f4f33177174aa93a8e4e (patch)
tree898ef08ce2bc62b386ba96dd293d83aaede03fe0 /configure.in
parent8ca47ad9e0bfd29b722838993ad6eea85e7f4c11 (diff)
downloadlibgtop-770e39d2d2c8d384eb26f4f33177174aa93a8e4e.tar.gz
Zeroed all args.
* backends/server/command.c: (glibtop_call_i): Zeroed all args. * configure.in: Bumped soname (thanks to seb128 and Dodji even if i've fully understand everything. * include/glibtop/array.h: * include/glibtop/compat_10.h: * include/glibtop/glib-arrays.h: * include/glibtop/interfaces.h: * include/glibtop/proccwd.h: * lib/glib-arrays.c: * sysdeps/names/interfaces.c: * sysdeps/names/proccwd.c: Got rid of never-used / never-implemented files.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 16969165..66aadf3b 100644
--- a/configure.in
+++ b/configure.in
@@ -8,12 +8,12 @@ AC_CANONICAL_SYSTEM
LIBGTOP_MAJOR_VERSION=2
LIBGTOP_MINOR_VERSION=7
-LIBGTOP_MICRO_VERSION=91
+LIBGTOP_MICRO_VERSION=92
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)
dnl increment if the interface has additions, changes, removals.
-LIBGTOP_CURRENT=3
+LIBGTOP_CURRENT=4
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
@@ -22,7 +22,7 @@ LIBGTOP_REVISION=0
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been removed. removal has
dnl precedence over adding, so set to 0 if both happened.
-LIBGTOP_AGE=1
+LIBGTOP_AGE=0
# you can set this to `-snap' for instance to create
# a `libgtop-1.x.y-snap.tar.gz' tarball.