From: Li Yuan
Date: Mon, 16 Mar 2009 16:13:16 +0000 (+0000)
Subject: Revved to 1.26.0 for GNOME 2.26.0.
X-Git-Tag: ATK_1_26_0^0
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74c0887c0fa76e24179d742cf153788b8560b871;p=platform%2Fupstream%2Fatk.git
Revved to 1.26.0 for GNOME 2.26.0.
2009-03-16 Li Yuan
* NEWS:
* configure.in:
Revved to 1.26.0 for GNOME 2.26.0.
svn path=/trunk/; revision=1359
---
diff --git a/ChangeLog b/ChangeLog
index 03b5a8e..851595b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-16 Li Yuan
+
+ * NEWS:
+ * configure.in:
+ Revved to 1.26.0 for GNOME 2.26.0.
+
2009-03-06 Sven Herzberg
Improve the documentation
diff --git a/NEWS b/NEWS
index 51bfd3d..613a8c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in version 1.26.0:
+=========================
+*
+*Fixes: Improve the documentation. Sven Herzberg.
+*Translation update.
+
Changes in version 1.25.2:
=========================
*
diff --git a/configure.in b/configure.in
index 9887014..4deabbc 100644
--- a/configure.in
+++ b/configure.in
@@ -16,8 +16,8 @@ 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], [25])
-m4_define([atk_micro_version], [2])
+m4_define([atk_minor_version], [26])
+m4_define([atk_micro_version], [0])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])