[Pkg-javascript-commits] [dojo] 03/03: Updating metadata for 1.4.6

David Prévot taffit at moszumanska.debian.org
Tue Dec 9 17:50:36 UTC 2014


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

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

commit a78805576588ccb1a13fa74105877d9b278cdedb
Author: Colin Snover <github.com at zetafleet.com>
Date:   Mon Dec 8 09:20:31 2014 -0800

    Updating metadata for 1.4.6
---
 _base/_loader/bootstrap.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_base/_loader/bootstrap.js b/_base/_loader/bootstrap.js
index c8dfe5f..d904c2c 100644
--- a/_base/_loader/bootstrap.js
+++ b/_base/_loader/bootstrap.js
@@ -218,7 +218,7 @@ dojo.global = {
 =====*/
 	dojo.locale = d.config.locale;
 
-	var rev = "$Rev$".match(/[0-9a-f]{7,}/);
+	var rev = "$Rev: 3036b23 $".match(/[0-9a-f]{7,}/);
 
 /*=====
 	dojo.version = function(){
@@ -242,7 +242,7 @@ dojo.global = {
 	}
 =====*/
 	dojo.version = {
-		major: 1, minor: 4, patch: 6, flag: "-pre",
+		major: 1, minor: 4, patch: 6, flag: "",
 		revision: rev ? rev[0] : NaN,
 		toString: function(){
 			with(d.version){

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