Become IPA 4.11.0beta1

Signed-off-by: Antonio Torres <antorres@redhat.com>
This commit is contained in:
Antonio Torres
2023-08-21 16:45:13 +02:00
parent ef955c9015
commit cb351476ed

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, beta1)
########################################################
# 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: #