summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-03-13 16:38:32 +0000
committerBill Haneman <billh@src.gnome.org>2006-03-13 16:38:32 +0000
commit4ee0264983cb54f1e44ca29aba544291a5e22667 (patch)
tree7166db63ac51d5723dc9218dc42c4564d1877359
parent68a38a581466bf8d2dc2cf763cbfcc849de488f6 (diff)
downloadatk-4ee0264983cb54f1e44ca29aba544291a5e22667.tar.gz
Bump version number to avoid collision with already-uploaded tarball.gnome-2-14-0ATK_1_11_3
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
-rw-r--r--configure.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4270bf6..2108825 100644
--- 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
--- 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.
diff --git a/configure.in b/configure.in
index db22a56..b585cdc 100644
--- a/configure.in
+++ b/configure.in
@@ -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])