From: Daniel Stenberg Date: Wed, 24 Mar 2010 10:30:34 +0000 (+0100) Subject: s/CVS/DEV/ in the version string for repo versions X-Git-Tag: curl-7_20_1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50b51161c9ae3833489d2bf42b43fced46ab5587;p=curl s/CVS/DEV/ in the version string for repo versions --- diff --git a/tests/libtest/test1022.pl b/tests/libtest/test1022.pl index fad024e19..a3f318abb 100755 --- a/tests/libtest/test1022.pl +++ b/tests/libtest/test1022.pl @@ -12,7 +12,7 @@ my $what=$ARGV[2]; open(CURL, "$ARGV[1]") || die "Can't open curl --version list in $ARGV[1]\n"; $_ = ; chomp; -/libcurl\/([\.\d]+(-CVS)?)/; +/libcurl\/([\.\d]+(-DEV)?)/; my $version = $1; close CURL;