Bump version to rc3 in jasmine.js

This commit is contained in:
Gregg Van Hove and Tim Jarratt
2013-10-03 15:28:26 -07:00
parent 7e071547f5
commit 749c15fe07

View File

@@ -1906,6 +1906,7 @@ getJasmineRequireObj().matchersUtil = function(j$) {
} }
} }
}; };
getJasmineRequireObj().toBe = function() { getJasmineRequireObj().toBe = function() {
function toBe() { function toBe() {
return { return {
@@ -2387,5 +2388,5 @@ getJasmineRequireObj().toThrowError = function(j$) {
}; };
getJasmineRequireObj().version = function() { getJasmineRequireObj().version = function() {
return "2.0.0-rc2"; return "2.0.0-rc3";
}; };