Version bumped to 4.6.6

This commit is contained in:
Sylvain Berfini 2022-04-26 10:21:08 +02:00
parent 62eea3fdb4
commit 8c24cad87b
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.6] - Unreleased
## [4.6.6] - 2022-04-26
### Changed
- Prevent requests to LIME X3DH & long term presence servers when not using a sip.linphone.org account

View file

@ -5,8 +5,8 @@ plugins {
id 'org.jlleitschuh.gradle.ktlint'
}
def appVersionName = "4.6.5"
def appVersionCode = 40605 // 4.06.05
def appVersionName = "4.6.6"
def appVersionCode = 40606 // 4.06.06
static def getPackageName() {
return "org.linphone"