summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-09-18 18:28:49 +0200
committerJens Georg <mail@jensge.org>2021-09-18 18:28:49 +0200
commit87c2121d5d5f0538f3450ca08a5dd845b575a95f (patch)
tree7707102e9ed4e3ab9fa510022f1d4202107a6f4e
parent2a6526fc7a9ce3503665b69f131efd2449c99e09 (diff)
downloadgssdp-87c2121d5d5f0538f3450ca08a5dd845b575a95f.tar.gz
Prepare 1.4.0gssdp-1.4.0
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f77de40..0ec6b77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.4.0 (stable)
+==============
+ - Fix building the sniffer when built as subproject
+ - Do not build docs by default
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
1.3.1
=====
- Implement MAC lookup on Windows
diff --git a/meson.build b/meson.build
index 48e6aa6..a3fecbb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gssdp', 'c', version: '1.3.1', meson_version : '>= 0.54.0')
+project('gssdp', 'c', version: '1.4.0', meson_version : '>= 0.54.0')
gnome = import('gnome')
pkg = import('pkgconfig')