[Pkg-javascript-commits] [dojo] 17/87: Mark kernel.js to properly update svn revision on 1.7 branch; refs #12672 !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:15 UTC 2014


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

taffit pushed a commit to annotated tag 1.7.5
in repository dojo.

commit 9c1c672907c4103c2ee53a8552bbd80e01003154
Author: Kenneth G. Franqueiro <kenneth.franqueiro at gmail.com>
Date:   Mon Dec 12 23:58:35 2011 +0000

    Mark kernel.js to properly update svn revision on 1.7 branch; refs #12672 !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@27373 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 _base/kernel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_base/kernel.js b/_base/kernel.js
index 8c70c22..5879607 100644
--- a/_base/kernel.js
+++ b/_base/kernel.js
@@ -93,7 +93,7 @@ define(["../has", "./config", "require", "module"], function(has, config, requir
 			this.revision = 0;
 		}
 	=====*/
-	var rev = "$Rev: 23930 $".match(/\d+/);
+	var rev = "$Rev$".match(/\d+/);
 	dojo.version = {
 		major: 1, minor: 7, patch: 0, flag: "dev",
 		revision: rev ? +rev[0] : NaN,

-- 
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