Skip to content

Commit

Permalink
Fix version format -- 1.0.0.rc1 instead of 1.0.0RC1, and include in s…
Browse files Browse the repository at this point in the history
…tandalone zip.
  • Loading branch information
xian committed Aug 26, 2010
1 parent cd0346b commit a4eab04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/jasmine.js
Expand Up @@ -2416,6 +2416,6 @@ jasmine.getGlobal().clearInterval = function(timeoutKey) {
jasmine.version_= {
"major": 1,
"minor": 0,
"build": 0,
"revision": 1282785684
"build": "0.rc1",
"revision": 1282853377
};
2 changes: 1 addition & 1 deletion pages
Submodule pages updated from 82623c to 05a3ab
2 changes: 1 addition & 1 deletion src/version.json
@@ -1,5 +1,5 @@
{
"major": 1,
"minor": 0,
"build": 0
"build": "0.rc1"
}

0 comments on commit a4eab04

Please sign in to comment.