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