Bumped version to 4.6.4

This commit is contained in:
Sylvain Berfini 2022-04-06 13:32:23 +02:00
parent 1ceb3de3da
commit 6bbfe90d4e
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [4.6.4] - Unreleased
## [4.6.4] - 2022-04-06
### Added
- Set video information in CallStyle incoming call notification

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "4.6.3"
def appVersionCode = 40603 // 4.06.03
def appVersionName = "4.6.4"
def appVersionCode = 40604 // 4.06.04
static def getPackageName() {
return "org.linphone"