Skip to content

Commit

Permalink
beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 31, 2022
1 parent 55ae040 commit 4836de6
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 @@ -5121,7 +5121,7 @@ MAGICK_PATCHLEVEL_VERSION=72

MAGICK_VERSION=6.9.12-72

MAGICK_GIT_REVISION=a20d2d3d6:20221230
MAGICK_GIT_REVISION=55ae040c3:20221230


# Substitute library versioning
Expand All @@ -5145,7 +5145,7 @@ PACKAGE_BASE_VERSION=6.9.12

PACKAGE_PATCHLEVEL_VERSION=72

if test "n" = 'y'; then
if test "y" = 'y'; then
PACKAGE_VERSION_ADDENDUM='-72 (Beta)'
else
PACKAGE_VERSION_ADDENDUM=-72
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], [12])
m4_define([magick_patchlevel_version], [72])
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 4836de6

Please sign in to comment.