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

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


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

taffit pushed a commit to annotated tag 1.2.3rc1
in repository dojo.

commit 704057f732eddcfebf455b92d04b7f2825b58271
Author: Adam Peller <github at peller.org>
Date:   Wed Nov 19 03:29:50 2008 +0000

    Updating dojo version for the tag.
    
    git-svn-id: http://svn.dojotoolkit.org/src/tags/release-1.2.3rc1/dojo@15771 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 _base/_loader/bootstrap.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_base/_loader/bootstrap.js b/_base/_loader/bootstrap.js
index 11888b4..1a73730 100644
--- a/_base/_loader/bootstrap.js
+++ b/_base/_loader/bootstrap.js
@@ -200,7 +200,7 @@ dojo.global = {
 		//		Descriptor flag. If total version is "1.2.0beta1", will be "beta1"
 		//	revision: Number
 		//		The SVN rev from which dojo was pulled
-		major: 1, minor: 1, patch: 0, flag: "dev",
+		major: 1, minor: 2, patch: 3, flag: "rc1",
 		revision: rev ? +rev[0] : 999999, //FIXME: use 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