Skip to content
Snippets Groups Projects
Commit e15ab3fd authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Bump version to 3.5.3 Beta 1

parent 8e0220cc
No related branches found
No related tags found
1 merge request!1570Bump version to 3.5.3 Beta 1
Pipeline #271499 passed with stage
in 21 minutes and 15 seconds
Changes between 3.5.2 and 3.5.3 Beta 1:
------------------
* More subtitle settings
* New notification permission
* Fix the sorting in the file browser
* Allow forcing shuffle for audio playbacks
* TV allow mixing folders and files
* Minor graphical fixes and improvements
* Crash fixes
Changes between 3.5.1 and 3.5.2:
------------------
* Fix UPnP/DLNA discovery
......
......@@ -38,8 +38,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionCode = 3050200
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.2'
versionCode = 3050210
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.5.3-eap1' :'4.0.0-eap3'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.5-eap1' : '0.12.0-vlc4-eap3'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment