Tentatively increment data.version to 1.2. ihse-runtestprebuilt-branch
authorihse
Thu, 29 Mar 2018 01:06:12 +0200
branchihse-runtestprebuilt-branch
changeset 56363 cf2a4a29266a
parent 56362 6230fcdd4fd8
child 56872 d55ba070479e
Tentatively increment data.version to 1.2.
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Thu Mar 29 01:05:38 2018 +0200
+++ b/make/conf/jib-profiles.js	Thu Mar 29 01:06:12 2018 +0200
@@ -184,7 +184,9 @@
 
     // Identifies the version of this format to the tool reading it.
     // 1.1 signifies that the publish, publish-src and get-src features are usable.
-    data.format_version = "1.1";
+    // FIXME: For testing purposes, try 1.2
+    //data.format_version = "1.1";
+    data.format_version = "1.2";
 
     // Organization, product and version are used when uploading/publishing build results
     data.organization = "";