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

Bump the version code for a new beta

parent ac141e01
No related branches found
Tags 3.6.0-beta01
1 merge request!2003Bump the version code for a new beta
Pipeline #521370 passed with stages
in 22 minutes and 19 seconds
......@@ -39,7 +39,7 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionCode = 3050510
versionCode = 3050610
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap12' :'4.0.0-eap15'
......
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