Skip to content

Commit

Permalink
Fix to version structure for "release_candidate"
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis W. Frank committed Jun 21, 2011
1 parent c0664dd commit 57e622f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/jasmine-core/jasmine.js
Expand Up @@ -2472,6 +2472,6 @@ jasmine.version_= {
"major": 1,
"minor": 1,
"build": 0,
"revision": 1308584756,
"rc": 1
"revision": 1308618948,
"release_candidate": 1
};
2 changes: 1 addition & 1 deletion src/templates/version.erb
Expand Up @@ -2,5 +2,5 @@ jasmine.version_= {
"major": <%= major %>,
"minor": <%= minor %>,
"build": <%= build %>,
"revision": <%= revision %><%= %Q{,\n "rc": #{release_candidate}} if release_candidate %>
"revision": <%= revision %><%= %Q{,\n "release_candidate": #{release_candidate}} if release_candidate %>
};
4 changes: 2 additions & 2 deletions src/version.js
Expand Up @@ -2,6 +2,6 @@ jasmine.version_= {
"major": 1,
"minor": 1,
"build": 0,
"revision": 1308584756,
"rc": 1
"revision": 1308618948,
"release_candidate": 1
};

0 comments on commit 57e622f

Please sign in to comment.