summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-09-18 18:57:03 +0200
committerJens Georg <mail@jensge.org>2021-09-18 18:57:03 +0200
commitcc09daae47ef0e030895edbeba58636c76f53b3d (patch)
tree00d31e9f9dd057c84d7132066ccd585df540947c
parent042ca3a1df3ca14a7be109079f074096124072fe (diff)
downloadgupnp-dlna-cc09daae47ef0e030895edbeba58636c76f53b3d.tar.gz
Prepare 0.12.0gupnp-dlna-0.12.0
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index beb1e15..03a962f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-0.11.0
+0.12.0 (stable)
+======
+
+- Re-tag of 0.11 as 0.12. No functional change
+
+0.11.0 (development)
======
- Drop GStreamer 0.10 back-end
diff --git a/configure.ac b/configure.ac
index 91c8a76..b772317 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-dlna],
- [0.11.0],
+ [0.12.0],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna],
[gupnp-dlna],
[http://www.gupnp.org/])
diff --git a/meson.build b/meson.build
index afbca02..55f9ba3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gupnp-dlna',
'c',
- version: '0.11.0'
+ version: '0.12.0'
)
pkg = import('pkgconfig')