summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2016-02-15 12:39:24 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2016-02-15 12:39:24 +0100
commit817045be0160a116fdbb69c4306fe0e47212d565 (patch)
tree20bae8c71fe4791718429eb7f1b5186ba118911e
parent20efeb76afcccdf3ef2522b37acdb21cea4844f9 (diff)
downloadatk-817045be0160a116fdbb69c4306fe0e47212d565.tar.gz
Release 2.19.90ATK_2_19_90
-rw-r--r--NEWS17
-rw-r--r--configure.ac4
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a2182a2..d087132 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in version 2.19.90:
+===========================
+*
+* Bug 755548: atktablecell: use content of the pointer instead of
+ pointer itself
+* Bug 760323: Use upstream gettext intead glib-gettext
+* Build/MSVC/win32 improvements:
+ * Makefile-newvs.am: Update Comments for Usage
+ * Make Makefile.msvcproj A Bit More Generic
+ * Fix build/win32/vs10/atk-install.vcxproj
+
+Contributors:
+Chun-wei Fan, Javier Jardón, Alejandro Piñeiro Iglesias
+
+Translations:
+Aurimas Černius(lt), Trần Ngọc Quân (vi), Kristjan SCHMIDT (eo)
+
Changes in version 2.18.0:
===========================
*
diff --git a/configure.ac b/configure.ac
index 16ded31..e3ec601 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@ 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], [18])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [19])
+m4_define([atk_micro_version], [90])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])