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

Bump to 3.6.4 Beta 1

parent 3149f9ea
No related branches found
Tags 3.6.4-beta01
1 merge request!2132Bump to 3.6.4 Beta 1
Pipeline #567703 passed with stages
in 16 minutes and 35 seconds
Changes between 3.6.3 and 3.6.4 Beta 1:
------------------
* Improve the playback speed feature
* Subtitle download fixes
* Fix some permission issues
* Widget state improvement
* UI and crash fixes
Changes between 3.6.2 and 3.6.3:
------------------
* Fix SMB navigation
......
......@@ -39,8 +39,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionCode = 3060300
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.3'
versionCode = 3060310
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
remoteAccessVersion = '0.3.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0' :'4.0.0-eap18'
......
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