diff options
author | mcrane <mctch@yahoo.com> | 2009-03-12 01:34:48 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-03-12 01:34:48 -0600 |
commit | 51cb0594a358a2888967e5cdc2e4f062a8fa4d8d (patch) | |
tree | 15863bfc30a6390e3f1f1610661da4408cefd2d7 /config | |
parent | 493432ce315f85f43c47ea47dc92d052cd1d9483 (diff) | |
download | pfsense-packages-51cb0594a358a2888967e5cdc2e4f062a8fa4d8d.tar.gz pfsense-packages-51cb0594a358a2888967e5cdc2e4f062a8fa4d8d.tar.bz2 pfsense-packages-51cb0594a358a2888967e5cdc2e4f062a8fa4d8d.zip |
FreeSWITCH build revision 12545 works on freebsd 7.0 and higher
Diffstat (limited to 'config')
-rwxr-xr-x | config/freeswitch/freeswitch.inc | 4 | ||||
-rwxr-xr-x | config/freeswitch/freeswitch.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 75c7bd84..2601df01 100755 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -1672,9 +1672,9 @@ function sync_package_freeswitch() function freeswitch_php_install_command() { global $config; - $freeswitch_package_version = "0.8.3.3"; + $freeswitch_package_version = "0.8.3.4"; $freeswitch_build_version = "1.0.3"; - $freeswitch_build_revision = "12228"; + $freeswitch_build_revision = "12545"; conf_mount_rw(); config_lock(); diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 8703af24..e6578f70 100755 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>FreeSWITCH Settings</name> - <version>0.8.3.3</version> + <version>0.8.3.4</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> @@ -489,4 +489,4 @@ <custom_php_deinstall_command> freeswitch_deinstall_command(); </custom_php_deinstall_command> -</packagegui>
\ No newline at end of file +</packagegui> |