From 426513d88e3e3dc671434db8e724ee5d1b7e1038 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr>
Date: Fri, 11 Mar 2022 13:15:32 +0100
Subject: [PATCH] On the road to 3.0.17.3

---
 NEWS         | 6 ++++++
 configure.ac | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 3151036e621c..8a6e0917c239 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.0.17.2 and 3.0.17.3:
+----------------------------------
+
+Demux:
+ * Fix a regression causing a lack of audio in adaptive streaming
+
 Changes between 3.0.17 and 3.0.17.2:
 ----------------------------------
 
diff --git a/configure.ac b/configure.ac
index 3615a6058ed1..28a73842d80f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
 
 AC_COPYRIGHT([Copyright 1999-2022 VLC authors and VideoLAN])
 
-AC_INIT(vlc, 3.0.17.2)
+AC_INIT(vlc, 3.0.17.3)
 VERSION_MAJOR=3
 VERSION_MINOR=0
 VERSION_REVISION=17
-VERSION_EXTRA=2
+VERSION_EXTRA=3
 VERSION_DEV=
 
 PKGDIR="vlc"
-- 
GitLab