summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-11-06 09:51:58 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-11-06 09:51:58 -0600
commit2229253e11ae5c729a703f0c72e006f46746c592 (patch)
tree4600f2a3144f25a578138164f85ef91c70aecfc3 /configure.ac
parente9da95977365731a8f921f2d23b943036bf8f3d5 (diff)
downloadlibgtop-2229253e11ae5c729a703f0c72e006f46746c592.tar.gz
Revert "Updated config and added reference"
This reverts commit e9da95977365731a8f921f2d23b943036bf8f3d5.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index cc1d041f..5426daf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,16 +8,16 @@ m4_define([libgtop_micro_version], [0])
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
dnl increment if the interface has additions, changes, removals.
-m4_define([libgtop_current], [12])
+m4_define([libgtop_current], [11])
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-m4_define([libgtop_revision], [0])
+m4_define([libgtop_revision], [1])
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.
-m4_define([libgtop_age], [1])
+m4_define([libgtop_age], [0])
# Increase each time you change the client/server protocol.
m4_define([libgtop_server_version], [5])