From 209214f8ba7c0a15ac585ec926f2e57f27e01697 Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy <nicolas@videolabs.io> Date: Wed, 8 Jan 2025 10:50:08 +0100 Subject: [PATCH] Bump to 3.6.0 --- NEWS | 5 +++++ build.gradle | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 908b77b285..7390c3433d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes between 3.6.0 Beta 6 and 3.6.0: +------------------ + * Improve the orientation user experience in the video player + * Behavior and crash fixes + Changes between 3.6.0 Beta 5 and 3.6.0 Beta 6: ------------------ * Fix the remote access not included in the app bundle diff --git a/build.gradle b/build.gradle index 74ddc8eaca..1db80d7528 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ allprojects { ext { appId = "org.videolan.vlc" - versionCode = 3050760 - versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 6' + versionCode = 3060000 + versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0' vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3 remoteAccessVersion = '0.1.2' libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap14' :'4.0.0-eap17' -- GitLab