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