diff options
-rw-r--r-- | config/freeswitch_dev/freeswitch.xml | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/v_config.inc | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/v_settings.tmp | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml index 6c77c756..e77c4e24 100644 --- a/config/freeswitch_dev/freeswitch.xml +++ b/config/freeswitch_dev/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>Settings</name> - <version>0.9.7.12</version> + <version>0.9.7.13</version> <title>Settings</title> <include_file>/usr/local/pkg/v_config.inc</include_file> <menu> diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index 815a9a08..69350a9e 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -50,7 +50,7 @@ function v_settings() global $config; $config['installedpackages']['freeswitchsettings']['config'][0]['php_dir'] = '/usr/local/bin/php'; $config['installedpackages']['freeswitchsettings']['config'][0]['tmp_dir'] = '/tmp/'; - $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.12"; + $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.13"; $config['installedpackages']['freeswitchsettings']['config'][0]['v_build_version'] = "1.0.4"; $config['installedpackages']['freeswitchsettings']['config'][0]['v_build_revision'] = ""; $config['installedpackages']['freeswitchsettings']['config'][0]['v_label'] = 'FreeSWITCH'; //FreeSWITCH (TM) http://www.freeswitch.org/ diff --git a/config/freeswitch_dev/v_settings.tmp b/config/freeswitch_dev/v_settings.tmp index 6f867dd6..b9cad0e8 100644 --- a/config/freeswitch_dev/v_settings.tmp +++ b/config/freeswitch_dev/v_settings.tmp @@ -101,7 +101,7 @@ if ($_POST) { //add $a_settings[] = $ent; } - + v_settings(); //add the global variables write_config(); sync_package_v_settings(); diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 9f65cb80..428b0ad3 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -126,7 +126,7 @@ <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink> <config_file>http://www.pfsense.com/packages/config/freeswitch_dev/freeswitch.xml</config_file> <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> - <version>0.9.7.12</version> + <version>0.9.7.13</version> <status>Beta</status> <required_version>1.2.3</required_version> <maintainer>markjcrane@gmail.com</maintainer> |