On the road to 3.0.17.3

This commit is contained in:
Hugo Beauzée-Luyssen 2022-03-11 13:15:32 +01:00
parent 98c86d8787
commit 426513d88e
2 changed files with 8 additions and 2 deletions

6
NEWS
View File

@ -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:
----------------------------------

View File

@ -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"