Merge commit '7eef3bf1545663791252b2a3cad437ec9fcfc9cc' as 'deps/ox/deps/jsoncpp'

This commit is contained in:
2022-03-11 22:21:02 -06:00
250 changed files with 25885 additions and 0 deletions

5
deps/ox/deps/jsoncpp/get_version.pl vendored Normal file
View File

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