tile/third_party/jsoncpp/get_version.pl
2024-12-19 14:39:59 +08:00

6 lines
60 B
Perl

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