Fix version format -- 1.0.0.rc1 instead of 1.0.0RC1, and include in standalone zip.

This commit is contained in:
Christian Williams
2010-08-26 13:15:15 -07:00
parent cd0346b449
commit a4eab045a0
3 changed files with 4 additions and 4 deletions

View File

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

Submodule pages updated: 82623c4398...05a3ab4054

View File

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