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

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


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

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

commit 736816a7bce81db4cc304abb9b059a0013a0d9a2
Author: Colin Snover <github.com at zetafleet.com>
Date:   Thu Jul 19 23:42:58 2012 +0000

    Updating dojo version for the tag. \!strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/tags/release-1.8.0rc1/dojo@29347 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 _base/kernel.js | 2 +-
 package.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_base/kernel.js b/_base/kernel.js
index 1867d08..eb0ea62 100644
--- a/_base/kernel.js
+++ b/_base/kernel.js
@@ -92,7 +92,7 @@ define(["../has", "./config", "require", "module"], function(has, config, requir
 		//		- flag: String: 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: 8, patch: 0, flag: "dev",
+		major: 1, minor: 8, patch: 0, flag: "rc1",
 		revision: rev ? +rev[0] : NaN,
 		toString: function(){
 			var v = dojo.version;
diff --git a/package.json b/package.json
index f179f21..ddb54d1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "dojo",
-	"version":"1.8.0dev",
+	"version":"1.8.0rc1",
 	"directories": {
 		"lib": "."
 	},

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