Bump version number to avoid collision with already-uploaded tarball. ATK_1_11_3 gnome-2-14-0
authorBill Haneman <billh@src.gnome.org>
Mon, 13 Mar 2006 16:38:32 +0000 (16:38 +0000)
committerBill Haneman <billh@src.gnome.org>
Mon, 13 Mar 2006 16:38:32 +0000 (16:38 +0000)
ChangeLog
NEWS
configure.in

index 4270bf6..2108825 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2006-03-13 Bill Haneman <bill.haneman@sun.com>
 
-       * configure.in, NEWS: Revved to 1.11.2.
+       * configure.in, NEWS: Revved to 1.11.3.
        This is the GNOME 2.14.0 version of ATK.
        
 2006-02-24 Bill Haneman <bill.haneman@sun.com>
diff --git a/NEWS b/NEWS
index af37127..fb4bffd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version 1.11.2:
+Changes in version 1.11.3:
 =========================
 
  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
index db22a56..b585cdc 100644 (file)
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 m4_define([atk_major_version], [1])
 m4_define([atk_minor_version], [11])
-m4_define([atk_micro_version], [2])
+m4_define([atk_micro_version], [3])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])