Merge commit '7eef3bf1545663791252b2a3cad437ec9fcfc9cc' as 'deps/ox/deps/jsoncpp'
This commit is contained in:
5
deps/ox/deps/jsoncpp/get_version.pl
vendored
Normal file
5
deps/ox/deps/jsoncpp/get_version.pl
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
while (<>) {
|
||||
if (/version : '(.+)',/) {
|
||||
print "$1";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user