Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Aug 27, 2022
1 parent 1aea203 commit 0155def
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 @@ -5126,7 +5126,7 @@ MAGICK_PATCHLEVEL_VERSION=62

MAGICK_VERSION=6.9.12-62

MAGICK_GIT_REVISION=5c3e72c3d:20220817
MAGICK_GIT_REVISION=1aea203eb:20220827


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

PACKAGE_PATCHLEVEL_VERSION=62

if test "y" = 'y'; then
if test "n" = 'y'; then
PACKAGE_VERSION_ADDENDUM='-62 beta'
else
PACKAGE_VERSION_ADDENDUM=-62
Expand All @@ -5160,7 +5160,7 @@ PACKAGE_LIB_VERSION=0x69C

PACKAGE_LIB_VERSION_NUMBER=6,9,12,62

PACKAGE_RELEASE_DATE=2022-08-17
PACKAGE_RELEASE_DATE=2022-08-27


# 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], [12])
m4_define([magick_patchlevel_version], [62])
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 0155def

Please sign in to comment.