Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
8519b8381f3c741ad1421f88237b1deda0b11412
/
.
/
get_version.pl
blob: 19b6a543ba30aa2ff57c797992358e254af83fef [
file
]
while
(<>)
{
if
(
/version : '(.+)',/
)
{
print
"$1"
;
}
}