Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed May 5, 2024
1 parent e1de8c5 commit 178bb32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5197,7 +5197,7 @@ MAGICK_PATCHLEVEL_VERSION=32

MAGICK_VERSION=7.1.1-32

MAGICK_GIT_REVISION=116f48cd6:20240423
MAGICK_GIT_REVISION=e1de8c5eb:20240505


# Substitute library versioning
Expand All @@ -5221,7 +5221,7 @@ PACKAGE_BASE_VERSION=7.1.1

PACKAGE_PATCHLEVEL_VERSION=32

if test "y" = 'y'; then
if test "n" = 'y'; then
PACKAGE_VERSION_ADDENDUM='-32 (Beta)'
else
PACKAGE_VERSION_ADDENDUM=-32
Expand All @@ -5231,7 +5231,7 @@ PACKAGE_LIB_VERSION=0x711

PACKAGE_LIB_VERSION_NUMBER=7,1,1,32

PACKAGE_RELEASE_DATE=2024-04-23
PACKAGE_RELEASE_DATE=2024-05-05


# Ensure that make can run correctly
Expand Down
2 changes: 1 addition & 1 deletion m4/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ m4_define([magick_major_version], [7])
m4_define([magick_minor_version], [1])
m4_define([magick_micro_version], [1])
m4_define([magick_patchlevel_version], [32])
m4_define([magick_is_beta], [y])
m4_define([magick_is_beta], [n])
m4_define([magick_bugreport],
[https://github.com/ImageMagick/ImageMagick/issues])
m4_define([magick_url], [https://imagemagick.org])
Expand Down

0 comments on commit 178bb32

Please sign in to comment.