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