mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
5c4219b8ae
We should automate this, but for now we can at least update: make -f dev.makefile update-version make -f dev.makefile dox # Then, go to jsoncpp-doc repo, add, and push. * https://github.com/open-source-parsers/jsoncpp-docs/issues/2
6 lines
60 B
Perl
6 lines
60 B
Perl
while (<>) {
|
|
if (/version : '(.+)',/) {
|
|
print "$1";
|
|
}
|
|
}
|