mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
update filebug.pl for 1.9
This commit is contained in:
parent
6ef4df96da
commit
d1f1ca1b5d
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user