Files
ox/deps/jsoncpp/get_version.pl
T

6 lines
60 B
Perl

while (<>) {
if (/version : '(.+)',/) {
print "$1";
}
}