Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 21, 2024
1 parent 15ec380 commit 8c57a5a
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 @@ -5202,7 +5202,7 @@ MAGICK_PATCHLEVEL_VERSION=20

MAGICK_VERSION=6.9.13-20

MAGICK_GIT_REVISION=3eaacdd9c:20241116
MAGICK_GIT_REVISION=15ec380f5:20241221


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

PACKAGE_PATCHLEVEL_VERSION=20

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

PACKAGE_LIB_VERSION_NUMBER=6,9,13,20

PACKAGE_RELEASE_DATE=2024-11-16
PACKAGE_RELEASE_DATE=2024-12-21


# 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], [6])
m4_define([magick_minor_version], [9])
m4_define([magick_micro_version], [13])
m4_define([magick_patchlevel_version], [20])
m4_define([magick_is_beta], [y])
m4_define([magick_is_beta], [n])
m4_define([magick_base_version],
[magick_major_version.magick_minor_version.magick_micro_version])
m4_define([magick_version],
Expand Down

0 comments on commit 8c57a5a

Please sign in to comment.