diff options
author | mcrane <mctch@yahoo.com> | 2009-04-21 13:30:43 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-21 13:30:43 -0600 |
commit | f3684a58d10de4dd0ad4a1c119981d48333ce151 (patch) | |
tree | 492f313385f2d2e9244570fc63529160810ac309 /config/freeswitch/freeswitch.inc | |
parent | accadaaad69ac79825d584f1997bcb3ba55fab8a (diff) | |
download | pfsense-packages-f3684a58d10de4dd0ad4a1c119981d48333ce151.tar.gz pfsense-packages-f3684a58d10de4dd0ad4a1c119981d48333ce151.tar.bz2 pfsense-packages-f3684a58d10de4dd0ad4a1c119981d48333ce151.zip |
FreeSWITCH increment the version numbers.
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rwxr-xr-x | config/freeswitch/freeswitch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 09406d2a..d683ebda 100755 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -1681,7 +1681,7 @@ function sync_package_freeswitch() function freeswitch_php_install_command() { global $config; - $freeswitch_package_version = "0.8.4.1"; + $freeswitch_package_version = "0.8.4.2"; $freeswitch_build_version = "1.0.3"; $freeswitch_build_revision = "12545"; |