Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
github.com
/
open-source-parsers
/
jsoncpp
/
1ee39a6752de999e02fa07482196dc99a90bcada
/
.
/
get_version.pl
blob: 19b6a543ba30aa2ff57c797992358e254af83fef [
file
] [
log
] [
blame
]
Christopher Dunn
5c4219b
2021-01-10 00:17:35 -0600
[
diff
] [
blame
]
1
while
(<>)
{
2
if
(
/version : '(.+)',/
)
{
3
print
"$1"
;
4
}
5
}