Support for release candidates in the version.json file; propagates up through the version string everywhere: filenames, ZIP, source code

This commit is contained in:
Davis W. Frank
2011-06-15 18:37:12 -07:00
parent 6b2e45eab5
commit ae24e00c0f
8 changed files with 32 additions and 18 deletions

View File

@@ -2,5 +2,5 @@ jasmine.version_= {
"major": <%= major %>,
"minor": <%= minor %>,
"build": <%= build %>,
"revision": <%= revision %>
}
"revision": <%= revision %><%= %Q{,\n "rc": #{rc}} if rc %>
};