当前位置:网站首页>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
边栏推荐
- Algorithm Supplements Fifteen Complementary Linked List Related Interview Questions
- moment的使用
- 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
- TRACE32——Break
- DataFrame在指定位置插入行和列
- In the anaconda Promat interface, import torch is passed, and the error is reported in the jupyter notebook (only provide ideas and understanding!)
- 【结构体内功修炼】结构体内存对齐(一)
- ARM Cortex-M上的Trace跟踪方案
- 爬虫从入门到入牢
- [转帖]嫁人一定要嫁工资至少比你高3571.4元的男士
猜你喜欢
随机推荐
外企Office常用英语
2006年星座运势全解-射手
MySQL: order by sorting query, group by grouping query
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
作为一个男人必须明白的22个道理
学习机赛道加速:请“卷”产品,不要“卷”营销
JS实现从照片中裁切自已的肖像
Hash these knowledge you should also know
Flink Learning 11: Flink Program Parallelism
SVG大鱼吃小鱼动画js特效
4520. 质数
Re regular expressions
奇怪的Access错误
导出SQLServer数据到Excel中
MAYA大炮建模
MySQL: join query | inner join, outer join
MVCC of Google's Fragmented Notes (Draft)
Game Thinking 19: Multi-dimensional calculation related to games: point product, cross product, point-line-surface distance calculation
微信 小程序 之PC端 不支持 wx.previewMedia 方法 故用自定义轮播图进行 模拟照片视频的播放
Algorithm Supplements Fifteen Complementary Linked List Related Interview Questions