[Pkg-javascript-commits] [dojo] 02/04: Updating source version to 1.5.4-pre

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


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

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

commit fb4f6fa99ffcca18d27003080901e946b280045e
Author: Colin Snover <github.com at zetafleet.com>
Date:   Fri Aug 23 05:06:52 2013 +0000

    Updating source version to 1.5.4-pre
---
 _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 94f329b..eda655f 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: 4b50371 $".match(/[0-9a-f]{7,}/);
+	var rev = "$Rev$".match(/[0-9a-f]{7,}/);
 
 /*=====
 	dojo.version = function(){
@@ -242,7 +242,7 @@ dojo.global = {
 	}
 =====*/
 	dojo.version = {
-		major: 1, minor: 5, patch: 3, flag: "",
+		major: 1, minor: 5, patch: 4, flag: "-pre",
 		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