From 0516767cc205629136e346b2cd600338aa0f3d62 Mon Sep 17 00:00:00 2001 From: Dylan Schiemann Date: Tue, 10 Mar 2020 15:11:20 +0000 Subject: [PATCH] Updating source version to 1.15.4-pre --- bower.json | 6 +++--- build/version.js | 4 ++-- doh/_nodeRunner.js | 2 +- doh/_rhinoRunner.js | 2 +- doh/mobileRunner.html | 2 +- doh/package.json | 2 +- doh/runner.html | 2 +- package.json | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bower.json b/bower.json index 5040d027..d90e6c89 100644 --- a/bower.json +++ b/bower.json @@ -14,9 +14,9 @@ "url": "https://github.com/dojo/util.git" }, "dependencies": { - "dojo": "1.15.3", - "dijit": "1.15.3", - "dojox": "1.15.3", + "dojo": "1.15.4-pre", + "dijit": "1.15.4-pre", + "dojox": "1.15.4-pre", "dijit-themes": "1.15.0-pre" }, "devDependencies": { diff --git a/build/version.js b/build/version.js index ce84e159..db6a3d5a 100644 --- a/build/version.js +++ b/build/version.js @@ -1,8 +1,8 @@ define([], function(){ var - rev = "$Rev: 330b228 $".match(/[0-9a-f]{7,}/), + rev = "$Rev$".match(/[0-9a-f]{7,}/), version= { - major: 1, minor: 15, patch: 3, flag: "", + major: 1, minor: 15, patch: 4, flag: "-pre", revision: rev ? rev[0] : NaN, toString: function(){ var v= version; diff --git a/doh/_nodeRunner.js b/doh/_nodeRunner.js index 896c040a..81857330 100644 --- a/doh/_nodeRunner.js +++ b/doh/_nodeRunner.js @@ -21,7 +21,7 @@ define(["doh/runner", "require", "dojo/_base/config"], function(doh, require, co }; console.log("\n"+doh._line); - console.log("The Dojo Unit Test Harness, $Rev: 330b228 $"); + console.log("The Dojo Unit Test Harness, $Rev$"); console.log("Copyright (c) 2018, The JS Foundation, All Rights Reserved"); console.log("Running with node.js"); for (var tests= [], args= config["commandLineArgs"], i= 0, arg; i - The Dojo Unit Test Harness, $Rev: 330b228 $ + The Dojo Unit Test Harness, $Rev$ diff --git a/doh/package.json b/doh/package.json index f268af1e..6665aee1 100644 --- a/doh/package.json +++ b/doh/package.json @@ -1,6 +1,6 @@ { "name": "doh", - "version": "1.15.3", + "version": "1.15.4-pre", "directories": { "lib": "." }, diff --git a/doh/runner.html b/doh/runner.html index ff61fc5e..f706569c 100644 --- a/doh/runner.html +++ b/doh/runner.html @@ -1,7 +1,7 @@ - The Dojo Unit Test Harness, $Rev: 330b228 $ + The Dojo Unit Test Harness, $Rev$ diff --git a/package.json b/package.json index 3569b8f3..5cf5c01a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dojo-util", - "version": "1.15.3", + "version": "1.15.4-pre", "licenses": [ { "type": "AFLv2.1",