From 1c12644b347d0ee3e7499e2b022060b7803a8cc0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 30 Jan 2026 16:50:39 -0700 Subject: [PATCH] Update the version release version to 5.5 --- debian/resources/config.sh | 2 +- freebsd/resources/config.sh | 2 +- ubuntu/resources/config.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index c76685c..e54c675 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -3,7 +3,7 @@ domain_name=ip_address # hostname, ip_address or a custom value system_username=admin # default username admin system_password=random # random or a custom value -system_branch=5.4 # master, 5.4 +system_branch=5.5 # master, 5.5 # FreeSWITCH Settings switch_branch=stable # master, stable diff --git a/freebsd/resources/config.sh b/freebsd/resources/config.sh index 0102153..4b71768 100755 --- a/freebsd/resources/config.sh +++ b/freebsd/resources/config.sh @@ -3,7 +3,7 @@ domain_name=hostname # hostname, ip_address or a custom value system_username=admin # default username admin system_password=random # random or as a pre-set value -system_branch=5.3 # master, 5.3 +system_branch=5.5 # master, 5.5 # FreeSWITCH Settings switch_enabled=true # true or false diff --git a/ubuntu/resources/config.sh b/ubuntu/resources/config.sh index 8c51f4a..408d70a 100755 --- a/ubuntu/resources/config.sh +++ b/ubuntu/resources/config.sh @@ -3,7 +3,7 @@ domain_name=ip_address # hostname, ip_address or a custom value system_username=admin # default username admin system_password=random # random or a custom value -system_branch=5.4 # master, 5.4 +system_branch=5.5 # master, 5.4 # FreeSWITCH Settings switch_branch=stable # master, stable