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