mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
VERSION,Makefile: Rename "pre" to "alpha"
Last time (2.1) we used "Preview/Testing" for the pre-beta release, but the Git tags were still named alpha_*. Use "alpha", remove "pre".
This commit is contained in:
17
VERSION
17
VERSION
@@ -2,9 +2,10 @@
|
||||
# freeIPA Version #
|
||||
# #
|
||||
# freeIPA versions are as follows #
|
||||
# 1.0.x New production series #
|
||||
# 1.0.x{pre,beta,rc}y Preview/Testing, Beta & RC #
|
||||
# 1.0.0GITabcdefg Build from GIT #
|
||||
# 1.0.x New production series #
|
||||
# 1.0.x{alpha,beta,rc}y Alpha/Preview/Testing, Beta, #
|
||||
# Release Candidate #
|
||||
# 1.0.0GITabcdefg Build from GIT #
|
||||
# #
|
||||
########################################################
|
||||
|
||||
@@ -23,14 +24,14 @@ IPA_VERSION_MINOR=0
|
||||
IPA_VERSION_RELEASE=0
|
||||
|
||||
########################################################
|
||||
# For 'pre' releases the version will be #
|
||||
# For 'alpha' releases the version will be #
|
||||
# #
|
||||
# <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE> #
|
||||
# <MAJOR>.<MINOR>.<RELEASE>alpha<ALPHA_RELEASE> #
|
||||
# #
|
||||
# e.g. IPA_VERSION_PRE_RELEASE=1 #
|
||||
# -> "1.0.0pre1" #
|
||||
# e.g. IPA_VERSION_ALPHA_RELEASE=1 #
|
||||
# -> "1.0.0alpha1" #
|
||||
########################################################
|
||||
IPA_VERSION_PRE_RELEASE=
|
||||
IPA_VERSION_ALPHA_RELEASE=
|
||||
|
||||
########################################################
|
||||
# For 'beta' releases the version will be #
|
||||
|
||||
Reference in New Issue
Block a user