Welcome to the Cookbook

loading...

{3245} - Versions

Cake will be using the #.#.#.# format as our version numbering schema:

Major revision: #.0.0.0 Major code changes
Moderate revision:0.#.0.0Minor code changes
Minor revision:0.0.#.0Bug fixes - no major code changes
Build:0.0.0.#Refers to the Subversion Repository revision number of the program's source code at the time of the build and release.

Releases

Alpha Releases0.0.0.0alpha
Beta Releases0.0.0.0beta
Release Candidates:0.0.0.0RC#Release candidates will go through a minimum of 4 cycles before being considered stable.

{17595} - Versions

Cake will be using the #.#.#.# format as our version numbering schema:

Major revision: #.0.0.0 Major code changes
Moderate revision:0.#.0.0Minor code changes
Minor revision:0.0.#.0Bug fixes - no major code changes
Build:0.0.0.#Refers to the Subversion Repository revision number of the program's source code at the time of the build and release.

差分

Lines: 25-31Lines: 25-54
 <tr> <tr>
 <td>Build:</td> <td>Build:</td>
 <td>0.0.0.#</td> <td>0.0.0.#</td>
 <td>Refers to the Subversion Repository revision number of the program's source code at the time of the build and release.</td> <td>Refers to the Subversion Repository revision number of the program's source code at the time of the build and release.</td>
 +</tr>
 +</tbody>
 +</table>
 +<h2 id="Releases">Releases</h2>
 +<table>
 +<tbody>
 +<tr>
 +<td>Alpha Releases</td>
 +<td>0.0.0.0alpha</td>
 +<td>
 +</td>
 +</tr>
 +<tr>
 +<td>Beta Releases</td>
 +<td>0.0.0.0beta</td>
 +<td>
 +</td>
 +</tr>
 +<tr>
 +<td>Release Candidates:</td>
 +<td>0.0.0.0RC#</td>
 +<td>Release candidates will go through a minimum of 4 cycles before being considered stable.
 +</td>
 </tr> </tr>
 </tbody> </tbody>
 </table> </table>