Skip to content

Commit

Permalink
Bump release number to 4.7.91
Browse files Browse the repository at this point in the history
rpm sorts pre1 release after dev releases. To have dev releases override
pre releases in upstream, the patch level must be bumped after every pre
release.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
  • Loading branch information
tiran authored and frasertweedale committed Jun 17, 2019
1 parent 77bfd5f commit 02d6fc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion VERSION.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
########################################################
define(IPA_VERSION_MAJOR, 4)
define(IPA_VERSION_MINOR, 7)
define(IPA_VERSION_RELEASE, 90)
define(IPA_VERSION_RELEASE, 91)

########################################################
# For 'pre' releases the version will be #
# #
# <MAJOR>.<MINOR>.<RELEASE><PRE_RELEASE> #
# #
# pre releases start with RELEASE 90. After pre1 has #
# been released, RELEASE is bumpled to 91, and so on #
# #
# e.g. define(IPA_VERSION_PRE_RELEASE, rc1) #
# -> "1.0.0rc1" #
########################################################
Expand Down

0 comments on commit 02d6fc7

Please sign in to comment.