From 00b3c3b5d9dc9e966e7dff45712725d27770f3f8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 17 Sep 2024 12:05:34 -0600 Subject: [PATCH] Use branch 5.3 for the new release. --- 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 662d2e2..4089cde 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.2 # master, 5.2 +system_branch=5.3 # master, 5.3 # FreeSWITCH Settings switch_branch=stable # master, stable diff --git a/freebsd/resources/config.sh b/freebsd/resources/config.sh index f4d92dd..0102153 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.2 # master, 5.2 +system_branch=5.3 # master, 5.3 # FreeSWITCH Settings switch_enabled=true # true or false diff --git a/ubuntu/resources/config.sh b/ubuntu/resources/config.sh index e0bda57..e78750b 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.2 # master, 5.2 +system_branch=5.3 # master, 5.3 # FreeSWITCH Settings switch_branch=stable # master, stable