summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 83cf13d..3fe49b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-What's new in at-spi2-atk 2.31.1:
+What's new in at-spi2-atk 2.31.2:
* Add ScrollSubstringTo and ScrollSubstringToPoint interfaces.
diff --git a/meson.build b/meson.build
index 1451e1f..fdb97c7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.30.0',
+ version: '2.31.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',