提交 d1f1ca1b authored 作者: Anthony Minessale's avatar Anthony Minessale

update filebug.pl for 1.9

上级 6ef4df96
...@@ -6,7 +6,7 @@ use JIRA::REST; ...@@ -6,7 +6,7 @@ use JIRA::REST;
use Data::Dumper; use Data::Dumper;
my $editor = $ENV{"EDITOR"} || $ENV{"VISUAL"} || `which emacs` || `which vi`; 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 $default_components = "freeswitch-core";
my $desc_head = "; Enter the description lines beginning with a ; will be ignored.\n"; my $desc_head = "; Enter the description lines beginning with a ; will be ignored.\n";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论