Become FreeIPA 4.9.0 release candidate 1

This commit is contained in:
Alexander Bokovoy 2020-11-17 19:06:34 +02:00
parent 038645d8c2
commit a1f3e3b836

View File

@ -34,7 +34,7 @@ define(IPA_VERSION_RELEASE, 0)
# e.g. define(IPA_VERSION_PRE_RELEASE, rc1) #
# -> "1.0.0rc1" #
########################################################
define(IPA_VERSION_PRE_RELEASE, )
define(IPA_VERSION_PRE_RELEASE, rc1)
########################################################
# To mark GIT snapshots this should be set to 'yes' #
@ -49,7 +49,7 @@ define(IPA_VERSION_PRE_RELEASE, )
# This option works only with GNU m4: #
# it requires esyscmd m4 macro. #
########################################################
define(IPA_VERSION_IS_GIT_SNAPSHOT, yes)
define(IPA_VERSION_IS_GIT_SNAPSHOT, no)
########################################################
# git development branch: #
@ -58,8 +58,8 @@ define(IPA_VERSION_IS_GIT_SNAPSHOT, yes)
# - ipa-X-X: define(IPA_GIT_BRANCH, #
# ipa-IPA_VERSION_MAJOR-IPA_VERSION_MINOR) #
########################################################
define(IPA_GIT_BRANCH, master)
dnl define(IPA_GIT_BRANCH, ipa-IPA_VERSION_MAJOR-IPA_VERSION_MINOR)
dnl define(IPA_GIT_BRANCH, master)
define(IPA_GIT_BRANCH, ipa-IPA_VERSION_MAJOR-IPA_VERSION_MINOR)
########################################################
# The version of IPA data. This is used to identify #