summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2011-08-16 19:22:51 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2011-08-16 19:22:51 +0200
commit530e57ff6eaa09b45559f6636c54b0c8adc63425 (patch)
treeabf185d1b6b8ddb493cf1fa301d4112922d930cb
parentdce298b9557d16c8e49bb6e81658fbff92324b2e (diff)
downloadatk-ATK_2_1_5.tar.gz
Release atk 2.1.5ATK_2_1_5
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e988ce..489f872 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in version 2.1.5:
+=========================
+*
+* Bug 638924: Add AtkWindow
+* Fixing out of tree compilation on Win32
+* Update README.txt
+* Fixing release number of the new ATK roles added
+* Updated Traditional Chinese, Indonesian, Bulgarian, French,
+* Hungarian and Swedish translations
+
Changes in version 2.1.0:
=========================
*
diff --git a/configure.ac b/configure.ac
index 0174939..3e9b829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
dnl The triplet
m4_define([atk_major_version], [2])
m4_define([atk_minor_version], [1])
-m4_define([atk_micro_version], [0])
+m4_define([atk_micro_version], [5])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])