summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9696c5a1..eb7a829c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2001-10-14 Havoc Pennington <hp@redhat.com>
* configure.in: bump version, increment GCONF_CURRENT
- due to API additions
+ and GCONF_AGE due to API additions
2001-10-13 Jaka Mocnik <jaka@gnu.org>
diff --git a/configure.in b/configure.in
index ca100ae3..554d64a3 100644
--- a/configure.in
+++ b/configure.in
@@ -58,7 +58,7 @@ GCONF_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.
-GCONF_AGE=0
+GCONF_AGE=1
AC_SUBST(GCONF_CURRENT)
AC_SUBST(GCONF_REVISION)