Back out an uneeded version number bump
authorOwen Taylor <otaylor@src.gnome.org>
Wed, 21 Nov 2001 23:06:39 +0000 (23:06 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 21 Nov 2001 23:06:39 +0000 (23:06 +0000)
ChangeLog
configure.in

index 56b08de..8a06736 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,5 @@
 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
 
-       * configure.in (ATK_MICRO_VERSION): Versions 0.0.8,
-       interface, binary age 0.
-
        * atk/atkobject.h (enum): Fix trailing comma on
        enumeration.
 
index 16c6420..3d14154 100644 (file)
@@ -26,7 +26,7 @@ dnl ==========================================================================
 
 ATK_MAJOR_VERSION=0
 ATK_MINOR_VERSION=0
-ATK_MICRO_VERSION=8
+ATK_MICRO_VERSION=7
 ATK_INTERFACE_AGE=0
 ATK_BINARY_AGE=0
 ## with 1.0 you'd insert MINOR_VERSION in here, i.e. 0.3->1.0.0->1.0.1->1.0.2