Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 30, 2022
1 parent d68553b commit eadf378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5151,7 +5151,7 @@ MAGICK_PATCHLEVEL_VERSION=57

MAGICK_VERSION=7.1.0-57

MAGICK_GIT_REVISION=7b0e2a914:20221230
MAGICK_GIT_REVISION=d68553b17:20221230


# Substitute library versioning
Expand All @@ -5175,7 +5175,7 @@ PACKAGE_BASE_VERSION=7.1.0

PACKAGE_PATCHLEVEL_VERSION=57

if test "y" = 'y'; then
if test "n" = 'y'; then
PACKAGE_VERSION_ADDENDUM='-57 (Beta)'
else
PACKAGE_VERSION_ADDENDUM=-57
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], [0])
m4_define([magick_patchlevel_version], [57])
m4_define([magick_is_beta], [y])
m4_define([magick_is_beta], [n])
m4_define([magick_bugreport]y
[https://github.com/ImageMagick/ImageMagick/issues])
m4_define([magick_url], [https://imagemagick.org])
Expand Down

0 comments on commit eadf378

Please sign in to comment.