aboutsummaryrefslogtreecommitdiff
path: root/versions.json
diff options
context:
space:
mode:
authorValerio Virgillito2012-01-30 16:35:59 -0800
committerValerio Virgillito2012-01-30 16:35:59 -0800
commit05bb7a317356a71ede049be24a60b5fcaf0a41f9 (patch)
tree201555398f4a7f90e1aec354f0399a703400f790 /versions.json
parentadcb6e2534e305102cde748265047fdffe2bd03b (diff)
downloadninja-05bb7a317356a71ede049be24a60b5fcaf0a41f9.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