Files
nostalgia/deps/jsoncpp/get_version.pl
T
gary cc499028fb Squashed 'deps/ox/' content from commit d4807cd2
git-subtree-dir: deps/ox
git-subtree-split: d4807cd2a0cd64843824959c24479e1ba54459f0
2026-05-06 01:15:12 -05:00

6 lines
60 B
Perl

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