当前位置:网站首页>Version number naming convention
Version number naming convention
2022-08-05 07:54:00 【T_110140】
version number naming convention
Example: 1.2.1, 2.0, 5.0.0 build-13124.Among them, the build version number is usually automatically generated by the compiler and is not provided externally.
1. Version number update rules
Main version number update rules: Brand-new optimization of product functions, including comprehensive update and optimization of pages, experience and technology.The version numbers of the two products are upgraded as shown in the figure below.
Subversion number update rules: 1. Important function modules have been added to the product; 2. Important updates have been made on the basis of the original functions; 3. Serious bug fixes.
Revision number update rules: 1. Add or optimize general function modules; 2. Repair general bugs.
2. Version number suffix
Suffixes such as Alpha, Beta, Gamma, RC, Release can be added after the version number to indicate the current stage of the software.
Alpha: closed beta.This version indicates that the software at this stage is mainly to implement software functions, usually only for internal communication among developers, or for testers to test. Generally speaking, this version of the software has many bugs and needs to be modified.
Beta: Public beta version.Compared with the α version, this version has been greatly improved, and serious problems have been eliminated, but there are still some defects, which need to be further eliminated through multiple tests, and can be provided to certain target users for large-scale experience testing.
RC Release: Release Candidate.It is the abbreviation of Release Candidate, which means the countdown to the release. This version is quite mature, completes all functions and clears most of the bugs.
Release: This version means "final version".It is a version that is finally delivered to users after a series of tests of previous versions.This version is also sometimes referred to as the Standard Edition.
Reference source: https://baijiahao.baidu.com/s?id=1729881543626595612&wfr=spider&for=pc
边栏推荐
猜你喜欢
随机推荐
props 后面的数据流是什么?
【结构体内功修炼】结构体内存对齐(一)
3555. 二叉树
小本创业者的致胜法宝!
Redis常用命令
【无标题】长期招聘硬件工程师-深圳宝安
达梦数据库大表添加字段
Use of thread pool (combined with Future/Callable)
力扣刷题八月第一天
693. 行程排序
每月稳定干2万
TRACE32——Go.direct
关于MP3文件中找不到TAG标签的问题
爬虫之验证码
A small problem with mysql using the in function
Why does Mysql fail to create a database
爬虫从入门到入牢
Qt编写自定义控件:文字聚光灯效果之一
MAYA大炮建模
Basic introduction of stack and queue and C language implementation of functions such as creation, destruction, entry and exit, counting the number of elements, viewing elements, etc., as well as stac