aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-06-16 14:26:08 -0600
committermcrane <mctch@yahoo.com>2009-06-16 14:27:07 -0600
commit1ffa8ceddfe7f18ea86c1b4720dbea7bacaac6df (patch)
treeecdcefec42c0260eafdaf7a9333375f38bc58697 /config/freeswitch/freeswitch.inc
parent7cac4afd3f3da453b186ffdc1d0a166125162a82 (diff)
downloadpfsense-packages-1ffa8ceddfe7f18ea86c1b4720dbea7bacaac6df.tar.gz
pfsense-packages-1ffa8ceddfe7f18ea86c1b4720dbea7bacaac6df.tar.bz2
pfsense-packages-1ffa8ceddfe7f18ea86c1b4720dbea7bacaac6df.zip
FreeSWITCH new build revision 13784
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rw-r--r--config/freeswitch/freeswitch.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc
index c675f9ee..f41a3c47 100644
--- a/config/freeswitch/freeswitch.inc
+++ b/config/freeswitch/freeswitch.inc
@@ -2582,9 +2582,9 @@ function sync_package_freeswitch()
function freeswitch_php_install_command()
{
global $config;
- $freeswitch_package_version = "0.9.2.2";
+ $freeswitch_package_version = "0.9.2.3";
$freeswitch_build_version = "1.0.4 pre 8";
- $freeswitch_build_revision = "13775";
+ $freeswitch_build_revision = "13784";
//set script execution time limit to 24 hours
set_time_limit (86400);