Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
jsoncpp
/
source
/
get_version.pl
blob: 19b6a543ba30aa2ff57c797992358e254af83fef [
file
] [
log
] [
blame
]
while
(<>)
{
if
(
/version : '(.+)',/
)
{
print
"$1"
;
}
}