Sign in
android
/
platform
/
external
/
jsoncpp
/
refs/heads/android15-qpr1-release
/
.
/
get_version.pl
blob: 19b6a543ba30aa2ff57c797992358e254af83fef [
file
] [
log
] [
blame
] [
edit
]
while
(<>)
{
if
(
/version : '(.+)',/
)
{
print
"$1"
;
}
}