diff --git a/NEWS b/NEWS
index 8a6e0917c239452b47f7dc18d508f36b0f6419e8..317e668fb2035d2fcc5a93a26e2a246a6109671d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.0.17.3 and 3.0.17.4:
+----------------------------------
+
+Service Discovery:
+ * Fix UPnP regression on Windows
+
 Changes between 3.0.17.2 and 3.0.17.3:
 ----------------------------------
 
diff --git a/configure.ac b/configure.ac
index 28a73842d80ffd73d4bbf915fcd4346e55bbcf2c..2037a9e3ef91eb1b053235118dfe625abeb8d2e1 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.3)
+AC_INIT(vlc, 3.0.17.4)
 VERSION_MAJOR=3
 VERSION_MINOR=0
 VERSION_REVISION=17
-VERSION_EXTRA=3
+VERSION_EXTRA=4
 VERSION_DEV=
 
 PKGDIR="vlc"