[Pkg-javascript-commits] [dojo] 12/12: Updating metadata for 1.4.5

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


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

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

commit 2c02d0454924e174cf4a78246f83a9cc79c5f2a5
Author: Colin Snover <github.com at zetafleet.com>
Date:   Thu Aug 22 22:11:32 2013 -0700

    Updating metadata for 1.4.5
---
 _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 92344b9..82de267 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: 55a5c39 $".match(/[0-9a-f]{7,}/);
 
 /*=====
 	dojo.version = function(){
@@ -242,7 +242,7 @@ dojo.global = {
 	}
 =====*/
 	dojo.version = {
-		major: 1, minor: 4, patch: 5, flag: "-pre",
+		major: 1, minor: 4, patch: 5, 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