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