summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-03-07 09:13:31 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-03-07 09:13:31 +0100
commit815a30d65e5bbad5882f76fdf7dbce559c5e56b8 (patch)
tree0b854522f7f6c657a986920a6c8fe00e1164710f /meson.build
parentc517cbc84f87ad5f1868d8eb5730035acd61b4b9 (diff)
downloadpygobject-815a30d65e5bbad5882f76fdf7dbce559c5e56b8.tar.gz
version bump
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c8551de6..52a373aa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.31.4',
+ version : '3.31.5',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])