[Pkg-javascript-commits] [dojo] 02/02: Updating dojo version for the tag. \!strict

David Prévot taffit at moszumanska.debian.org
Mon May 11 20:12:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.7.0b5
in repository dojo.

commit 3de48fa6a4c0b4929c4f6656eeff118658225f20
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Tue Aug 30 04:08:49 2011 +0000

    Updating dojo version for the tag. \!strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/tags/release-1.7.0b5/dojo@26399 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 _base/kernel.js | 2 +-
 package.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_base/kernel.js b/_base/kernel.js
index 3ede99a..4ddfdb2 100644
--- a/_base/kernel.js
+++ b/_base/kernel.js
@@ -95,7 +95,7 @@ define(["../has", "./config", "require", "module"], function(has, config, requir
 	=====*/
 	var rev = "$Rev: 23930 $".match(/\d+/);
 	dojo.version = {
-		major: 1, minor: 7, patch: 0, flag: "dev",
+		major: 1, minor: 7, patch: 0, flag: "b5",
 		revision: rev ? +rev[0] : NaN,
 		toString: function(){
 			var v = dojo.version;
diff --git a/package.json b/package.json
index 7242fd0..a946d1a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "dojo",
-	"version":"1.7.0dev",
+	"version":"1.7.0b5",
 	"directories": {
 		"lib": "."
 	},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list