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