summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2018-08-27 13:16:12 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2018-08-27 13:16:12 +0200
commitae36e65c64c9b79c177128ca37025745461c193c (patch)
treec0785bf2a2ec0f93703d039f14df6818f328aaae
parent91f618ba16be9426037a9e017f1f1db60862c5b2 (diff)
downloadatk-ae36e65c64c9b79c177128ca37025745461c193c.tar.gz
Release ATK 2.29.92 (development)ATK_2_29_92
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7738fe2..d17a873 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in version 2.29.92
+==========================
+
+* Improved AtkText documentation in relation to character offsets, fix
+ typos and tabs.
+
+Contributors:
+ Martin Robinson
+
Changes in version 2.29.2
=========================
diff --git a/meson.build b/meson.build
index d26a777..38a8605 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.29.2',
+ version: '2.29.92',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',