diff options
author | Jens Georg <mail@jensge.org> | 2022-06-03 20:04:23 +0200 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2022-06-03 20:04:23 +0200 |
commit | 97351fc832eaa58c6cd29551173d1b05c960fb87 (patch) | |
tree | b651040f89d55e093847ac61f3d3624cac7f0753 | |
parent | 7a5acb6b4e27a01ac43681fe5f5d478f2b48dcb3 (diff) | |
download | gupnp-97351fc832eaa58c6cd29551173d1b05c960fb87.tar.gz |
Post-release version bump
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ff268dd..6c70138 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gupnp', 'c', version : '1.5.1', meson_version : '>= 0.54.0') +project('gupnp', 'c', version : '1.5.2', meson_version : '>= 0.54.0') gnome = import('gnome') pkg = import('pkgconfig') |