From: Anthony Minessale Date: Tue, 27 Sep 2016 22:34:07 +0000 (-0500) Subject: update filebug.pl for 1.9 X-Git-Tag: v1.8.0~1249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f1ca1b5d908a45fd6e20e591cb9da0ce1602e4;p=thirdparty%2Ffreeswitch.git update filebug.pl for 1.9 --- diff --git a/support-d/utils/filebug.pl b/support-d/utils/filebug.pl index 862f0139dd..aab2f1f0ca 100755 --- a/support-d/utils/filebug.pl +++ b/support-d/utils/filebug.pl @@ -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";