summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-08-15 20:37:22 +0200
committerJens Georg <mail@jensge.org>2021-08-15 20:37:22 +0200
commit678c410eeaace8142ed261e3fb74cb56a7cd1cdf (patch)
tree624ff955978e5d51f7879fbf81a1f6a5adb70aea
parent2afe3bb198a0c41d7686e965f7c6e12fde72e815 (diff)
downloadgupnp-av-678c410eeaace8142ed261e3fb74cb56a7cd1cdf.tar.gz
Prepare 0.13.1gupnp-av-0.13.1
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 02e3c63..c456b26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.13.1
+======
+
+- Make Feature derivable again
+- Fix unsetting subtitleFileType
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
0.13.0
======
diff --git a/meson.build b/meson.build
index 109ae0a..7b87cec 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp-av', 'c', version : '0.13.0', default_options: ['c_std=c11'])
+project('gupnp-av', 'c', version : '0.13.1', default_options: ['c_std=c11'])
gnome = import('gnome')