summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',