summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-10 00:00:33 +0200
committerJens Georg <mail@jensge.org>2021-06-10 19:05:47 +0200
commitbaf6f80d9f11e30a6520fa7488aa9e980da9bf3f (patch)
tree572d6c26e9be5960fd5c0b92a56ac425686bb6c3 /meson.build
parent33f0cce2ec27f4a441e34bcd75095ea69d7b927a (diff)
downloadgupnp-baf6f80d9f11e30a6520fa7488aa9e980da9bf3f.tar.gz
build: Bump project version
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 48667b8..5447ca1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.2.7', meson_version : '>= 0.53.0')
+project('gupnp', 'c', version : '1.3.0', meson_version : '>= 0.53.0')
gnome = import('gnome')
pkg = import('pkgconfig')