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