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