[gupnp-dlna] Prepare 0.12.0



commit cc09daae47ef0e030895edbeba58636c76f53b3d
Author: Jens Georg <mail jensge org>
Date:   Sat Sep 18 18:57:03 2021 +0200

    Prepare 0.12.0

 NEWS         | 7 ++++++-
 configure.ac | 2 +-
 meson.build  | 2 +-
 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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]