]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update filebug.pl for 1.9
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 27 Sep 2016 22:34:07 +0000 (17:34 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 27 Sep 2016 22:34:07 +0000 (17:34 -0500)
support-d/utils/filebug.pl

index 862f0139dd4126788c5124b849912ab2265e3738..aab2f1f0cab73f78c2c34aa59f2ffeae566a8070 100755 (executable)
@@ -6,7 +6,7 @@ use JIRA::REST;
 use Data::Dumper;
 
 my $editor = $ENV{"EDITOR"} || $ENV{"VISUAL"} || `which emacs` || `which vi`;
-my $default_versions = "1.7 1.6";
+my $default_versions = "1.9 1.8";
 my $default_components = "freeswitch-core";
 my $desc_head = "; Enter the description lines beginning with a ; will be ignored.\n";