Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
github.com
/
open-source-parsers
/
jsoncpp
/
da9e17d25766b1bb0dcad1b81de35b6e3a2b5cb0
/
.
/
get_version.pl
blob: 19b6a543ba30aa2ff57c797992358e254af83fef [
file
] [
log
] [
blame
]
while
(<>)
{
if
(
/version : '(.+)',/
)
{
print
"$1"
;
}
}