Version bump to rc4

This commit is contained in:
ragaskar
2011-09-01 07:25:11 -04:00
parent ec24992250
commit 6b5956724b
5 changed files with 7 additions and 7 deletions

View File

@@ -2472,6 +2472,6 @@ jasmine.version_= {
"major": 1,
"minor": 1,
"build": 0,
"revision": 1310556152,
"release_candidate": 3
"revision": 1314876345,
"release_candidate": 4
};

View File

@@ -1,6 +1,6 @@
module Jasmine
module Core
VERSION = "1.1.0.rc3"
VERSION = "1.1.0.rc4"
end
end