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