Update version to 1.0.0 for RC1.

This commit is contained in:
Christian Williams
2010-08-25 18:25:52 -07:00
parent b8b4457b6b
commit 75238bd3b1
3 changed files with 8 additions and 8 deletions

View File

@@ -2414,8 +2414,8 @@ jasmine.getGlobal().clearInterval = function(timeoutKey) {
jasmine.version_= { jasmine.version_= {
"major": 0, "major": 1,
"minor": 11, "minor": 0,
"build": 1, "build": 0,
"revision": 1282785506 "revision": 1282785684
}; };

2
pages

Submodule pages updated: 7820629e18...82623c4398

View File

@@ -1,5 +1,5 @@
{ {
"major": 0, "major": 1,
"minor": 11, "minor": 0,
"build": 1 "build": 0
} }