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