summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-09-17 12:36:39 +0200
committerJens Georg <mail@jensge.org>2022-09-17 12:36:39 +0200
commitf05648e240c99be32911fb0c6de84e5954470e56 (patch)
treeffdbf8af2b9ea32fb50fd55e9b615d64a3060e4d
parentb67a3650d31bd781cb833c9d5bc29ed31880894d (diff)
downloadgupnp-f05648e240c99be32911fb0c6de84e5954470e56.tar.gz
Prepare 1.6.0gupnp-1.6.0
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be1af49..cce7c41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.6.0 (stable)
+==============
+ - Re-release of 1.5.4, no functional change
+
1.5.4 (development)
===================
- Fix build against libsoup 3.1.2 or later
diff --git a/meson.build b/meson.build
index 0f7ebaa..3383b73 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.5.5', meson_version : '>= 0.54.0')
+project('gupnp', 'c', version : '1.6.0', meson_version : '>= 0.54.0')
gnome = import('gnome')
pkg = import('pkgconfig')