Skip to content
Snippets Groups Projects
Commit 50b51161 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

s/CVS/DEV/ in the version string for repo versions

parent 661888c3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ my $what=$ARGV[2];
open(CURL, "$ARGV[1]") || die "Can't open curl --version list in $ARGV[1]\n";
$_ = <CURL>;
chomp;
/libcurl\/([\.\d]+(-CVS)?)/;
/libcurl\/([\.\d]+(-DEV)?)/;
my $version = $1;
close CURL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment