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