summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-02-18 14:04:38 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2019-02-18 14:04:38 -0600
commit7bf3e6b1dbe0a42ec78c296dd3ad87db52f9c9f7 (patch)
tree525fe75bb1f016ef45f90b05ac848365fd575a6e
parent047444ebc0e8f50243c3fe4aea429e88e8b97514 (diff)
downloadat-spi2-atk-7bf3e6b1dbe0a42ec78c296dd3ad87db52f9c9f7.tar.gz
-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',