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>2019-03-09 11:58:15 +0100
commitffe2366cd16336e73435e4c0d7bc8e824f54d47f (patch)
treec0785bf2a2ec0f93703d039f14df6818f328aaae
parent8c5c52baf6e73cd09ac79ab73e0eceea4f50dea3 (diff)
downloadatk-ffe2366cd16336e73435e4c0d7bc8e824f54d47f.tar.gz
Release ATK 2.29.92 (development)
-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',