During the software development process, different software versions are generated according to different stages. The following is a brief summary of some frequently-seen version names:
1. RC -- release candidate. The last version before the official version, as the name suggests, is a candidate version. In this version, no new functions will be added, focusing on bugs modification ).
2. Alpha-the internal beta version of the development team, which is generally not released to external entities and has many bugs. It is generally only used by testers.
3. Beta-for Public Beta versions of all users or customers, new features will be added to the versions at this stage. Released after Alpha.
4. Gamma -- equivalent to RC
5. Build-internal labels
6. Final: official version
7. Ga -- generally available indicates that the development team considers the version stable. If you are using software in production, or you are a newbie, you 'd better choose the GA version. This is the most complete and stable version.
Author: Tony Zhao
Source of this article: http://www.cnblogs.com/ytaozhao copyright belong to the author and blog Park, welcome to reprint, but without the author's consent must retain this paragraph of the statement, and inArticleThe original text connection is clearly displayed on the page. Otherwise, the legal liability is retained.