aboutsummaryrefslogtreecommitdiff
path: root/versions.json
diff options
context:
space:
mode:
authorValerio Virgillito2012-01-31 08:35:59 +0800
committerValerio Virgillito2012-01-30 17:16:44 -0800
commite7f43774b980313392bc1a203431e30958c6e366 (patch)
tree256bae139334dddc1ca761c7dc48aa3e617ff0b8 /versions.json
parentf129a23ff0b69f27a05a07badcdbd10fb76b86b4 (diff)
downloadninja-e7f43774b980313392bc1a203431e30958c6e366.tar.gz
Adding a version json object to Ninja
Versions object to start keeping track of versions for Ninja, Montage and eventually other dependencies. Loaded before montage to use in the splash screen. Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'versions.json')
-rw-r--r--versions.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/versions.json b/versions.json
new file mode 100644
index 00000000..2d568314
--- /dev/null
+++ b/versions.json
@@ -0,0 +1,8 @@
1{
2 "ninja": {
3 "version": "0.5.0"
4 },
5 "montage": {
6 "version": "0.5.1"
7 }
8} \ No newline at end of file