DescriptionVersion details go JSON (dartbug.com/3196).
Updates simple numeric payload to a simple JSON one (and adds a few more details).
For example, where VERSION might have contained:
9826
it now contains:
}
"revision" : "9826",
"version" : "0.0.1_v2012070961811", //[1]
"date" : "2012-07-09"
}
[1] Actually, not yet but this is where we're heading...
Committed: https://code.google.com/p/dart/source/detail?r=9526
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|