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