Skip to content

Commit

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

MAGICK_VERSION=6.9.13-8

MAGICK_GIT_REVISION=03219a97d:20240406
MAGICK_GIT_REVISION=70136130e:20240407


# Substitute library versioning
Expand All @@ -5161,7 +5161,7 @@ PACKAGE_BASE_VERSION=6.9.13

PACKAGE_PATCHLEVEL_VERSION=8

if test "n" = 'y'; then
if test "y" = 'y'; then
PACKAGE_VERSION_ADDENDUM='-8 (Beta)'
else
PACKAGE_VERSION_ADDENDUM=-8
Expand All @@ -5171,7 +5171,7 @@ PACKAGE_LIB_VERSION=0x69D

PACKAGE_LIB_VERSION_NUMBER=6,9,13,8

PACKAGE_RELEASE_DATE=2024-04-06
PACKAGE_RELEASE_DATE=2024-04-07


# Ensure that make can run correctly
Expand Down
3 changes: 2 additions & 1 deletion m4/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
# Additional labels for pre-release and build metadata are available as
# extensions to the MAJOR.MINOR.MICRO-PATCH format.
#
#
m4_define([magick_name], [ImageMagick])
m4_define([magick_major_version], [6])
m4_define([magick_minor_version], [9])
m4_define([magick_micro_version], [13])
m4_define([magick_patchlevel_version], [8])
m4_define([magick_is_beta], [n])
m4_define([magick_is_beta], [y])
m4_define([magick_base_version],
[magick_major_version.magick_minor_version.magick_micro_version])
m4_define([magick_version],
Expand Down

0 comments on commit c4c16c1

Please sign in to comment.