From: Owen Taylor Date: Wed, 21 Nov 2001 23:06:39 +0000 (+0000) Subject: Back out an uneeded version number bump X-Git-Tag: ATK_0_7~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2abeb35f14b065e132ec2aa31a421aef9cd8ae5;p=platform%2Fupstream%2Fatk.git Back out an uneeded version number bump --- diff --git a/ChangeLog b/ChangeLog index 56b08de..8a06736 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,5 @@ Wed Nov 21 17:54:44 2001 Owen Taylor - * configure.in (ATK_MICRO_VERSION): Versions 0.0.8, - interface, binary age 0. - * atk/atkobject.h (enum): Fix trailing comma on enumeration. diff --git a/configure.in b/configure.in index 16c6420..3d14154 100644 --- a/configure.in +++ b/configure.in @@ -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