summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-08-06 11:05:59 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-08-06 11:05:59 -0500
commit29890a25995c7b81bb4f11d1ed05f9b9463379f1 (patch)
treee74d21da97774af32743174c6b4141c2c8ef8b22
parentc268fa535424d193953487c694e2a8f770d3255f (diff)
downloadgtk-doc-29890a25995c7b81bb4f11d1ed05f9b9463379f1.tar.gz
Also bump version in meson.build
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 85e83ca..5e4d288 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk-doc', 'c',
- version: '1.30.1',
+ version: '1.31',
license: 'GPL2+',
meson_version: '>= 0.50.0', # needed for https://mesonbuild.com/Python-module.html#path
)