Skip to content

Commit

Permalink
correct for 1.2.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis W. Frank committed Apr 3, 2012
1 parent ee7af44 commit d46ca4f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/jasmine-core/jasmine.js
Expand Up @@ -2525,6 +2525,6 @@ jasmine.version_= {
"major": 1,
"minor": 2,
"build": 0,
"revision": 1333416828,
"release_candidate": 1
"revision": 1333492179,
"release_candidate": 2
};
2 changes: 1 addition & 1 deletion lib/jasmine-core/version.rb
@@ -1,6 +1,6 @@
module Jasmine
module Core
VERSION = "1.2.0.rc1"
VERSION = "1.2.0.rc2"
end
end

2 changes: 1 addition & 1 deletion pages
Submodule pages updated from 8e18ee to 152d8c
4 changes: 2 additions & 2 deletions src/version.js
Expand Up @@ -3,6 +3,6 @@ jasmine.version_= {
"major": 1,
"minor": 2,
"build": 0,
"revision": 1333416828,
"release_candidate": 1
"revision": 1333492179,
"release_candidate": 2
};
2 changes: 1 addition & 1 deletion src/version.json
Expand Up @@ -2,5 +2,5 @@
"major": 1,
"minor": 2,
"build": 0,
"release_candidate": 1
"release_candidate": 2
}

0 comments on commit d46ca4f

Please sign in to comment.