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