当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
Fiddler工具讲解
uniapp time component encapsulates year-month-day-hour-minute-second
奇怪的Access错误
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
彩绘漂亮MM集
在原有数据库基础上执行sql文件有则跳过没有则添加如何实现?
JVM运行流程,运行时数据区,类加载,垃圾回收,JMM解析
在ASP控制数字及字母输入
Cannot compare or sort text, ntext, and image data types
【深度学习实践(一)】安装TensorFlow
微信 小程序 之PC端 不支持 wx.previewMedia 方法 故用自定义轮播图进行 模拟照片视频的播放
本地能ping通虚拟机,虚拟机ping不通本地
protobuf is compiled against the associated .proto file
MySQL: order by sorting query, group by grouping query
Mysql 死锁和死锁的解决方案
C# FileSystemWatcher









