Become FreeIPA 4.9.0rc2

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Alexander Bokovoy
2020-12-04 13:12:54 +02:00
parent 5f36ee51e4
commit e74d640990

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, rc1)
define(IPA_VERSION_PRE_RELEASE, rc2)
########################################################
# To mark GIT snapshots this should be set to 'yes' #
@@ -49,7 +49,7 @@ define(IPA_VERSION_PRE_RELEASE, rc1)
# 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: #