Fix to version structure for "release_candidate"

This commit is contained in:
Davis W. Frank
2011-06-20 18:17:24 -07:00
parent c0664dd6aa
commit 57e622fb2a
3 changed files with 5 additions and 5 deletions

View File

@@ -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 %>
};