当前位置:网站首页>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
边栏推荐
- Cannot compare or sort text, ntext, and image data types
- 作为一个男人必须明白的22个道理
- nn.unfold和nn.fold
- openSource 知:社区贡献
- 每一个女孩曾经都是一个没有泪的天使
- 基于 Docker 快速使用远程(云)数据库
- 支持触屏slider轮播插件
- MySQL: order by sorting query, group by grouping query
- 每月稳定干2万
- Game Thinking 19: Multi-dimensional calculation related to games: point product, cross product, point-line-surface distance calculation
猜你喜欢
随机推荐
真正爱你的女人是这样的
链表专项之环形链表
别把你的天使弄丢了
Liunx教程超详细(完整)
Invalid operator for data type.The operator is add and the type is text.
作为一个男人必须明白的22个道理
MySQL: join query | inner join, outer join
【无标题】长期招聘硬件工程师-深圳宝安
C语言制作-QQ聊天室
配合屏幕录像专家,又小又清晰!
Does Libpq support read-write separation configuration?
【深度学习实践(一)】安装TensorFlow
Discourse 清理存储空间的方法
"Automatic Data Collection Based on R Language"--Chapter 3 XML and JSON
iptables实现网络限制下ntp自定义端口同步时间
Codeforce 8.1-8.7做题记录
Use of thread pool (combined with Future/Callable)
Support touch screen slider carousel plugin
[Shanghai] Hiring .Net Senior Software Engineer & BI Data Warehouse Engineer (Urgent)
P1103 书本整理









