Skip to content

Commit a684839

Browse files
author
Cristy
committed
...
1 parent bd31d4d commit a684839

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

configure

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for ImageMagick 7.0.10-6.
3+
# Generated by GNU Autoconf 2.69 for ImageMagick 7.0.10-7.
44
#
55
# Report bugs to <https://github.com/ImageMagick/ImageMagick/issues>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='ImageMagick'
592592
PACKAGE_TARNAME='ImageMagick'
593-
PACKAGE_VERSION='7.0.10-6'
594-
PACKAGE_STRING='ImageMagick 7.0.10-6'
593+
PACKAGE_VERSION='7.0.10-7'
594+
PACKAGE_STRING='ImageMagick 7.0.10-7'
595595
PACKAGE_BUGREPORT='https://github.com/ImageMagick/ImageMagick/issues'
596596
PACKAGE_URL='https://imagemagick.org'
597597

@@ -1846,7 +1846,7 @@ if test "$ac_init_help" = "long"; then
18461846
# Omit some internal or obsolete options to make the list less imposing.
18471847
# This message is too long to be a string in the A/UX 3.1 sh.
18481848
cat <<_ACEOF
1849-
\`configure' configures ImageMagick 7.0.10-6 to adapt to many kinds of systems.
1849+
\`configure' configures ImageMagick 7.0.10-7 to adapt to many kinds of systems.
18501850

18511851
Usage: $0 [OPTION]... [VAR=VALUE]...
18521852

@@ -1921,7 +1921,7 @@ fi
19211921

19221922
if test -n "$ac_init_help"; then
19231923
case $ac_init_help in
1924-
short | recursive ) echo "Configuration of ImageMagick 7.0.10-6:";;
1924+
short | recursive ) echo "Configuration of ImageMagick 7.0.10-7:";;
19251925
esac
19261926
cat <<\_ACEOF
19271927

@@ -2215,7 +2215,7 @@ fi
22152215
test -n "$ac_init_help" && exit $ac_status
22162216
if $ac_init_version; then
22172217
cat <<\_ACEOF
2218-
ImageMagick configure 7.0.10-6
2218+
ImageMagick configure 7.0.10-7
22192219
generated by GNU Autoconf 2.69
22202220

22212221
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3266,7 +3266,7 @@ cat >config.log <<_ACEOF
32663266
This file contains any messages produced by compilers while
32673267
running configure, to aid debugging if configure makes a mistake.
32683268

3269-
It was created by ImageMagick $as_me 7.0.10-6, which was
3269+
It was created by ImageMagick $as_me 7.0.10-7, which was
32703270
generated by GNU Autoconf 2.69. Invocation command line was
32713271

32723272
$ $0 $@
@@ -4252,7 +4252,7 @@ fi
42524252

42534253
# Define the identity of the package.
42544254
PACKAGE='ImageMagick'
4255-
VERSION='7.0.10-6'
4255+
VERSION='7.0.10-7'
42564256

42574257

42584258
cat >>confdefs.h <<_ACEOF
@@ -4562,11 +4562,11 @@ MAGICK_MINOR_VERSION=0
45624562

45634563
MAGICK_MICRO_VERSION=10
45644564

4565-
MAGICK_PATCHLEVEL_VERSION=6
4565+
MAGICK_PATCHLEVEL_VERSION=7
45664566

4567-
MAGICK_VERSION=7.0.10-6
4567+
MAGICK_VERSION=7.0.10-7
45684568

4569-
MAGICK_GIT_REVISION=17144:190be101c:20200405
4569+
MAGICK_GIT_REVISION=17146:634bbfd5d:20200406
45704570

45714571

45724572
# Substitute library versioning
@@ -37293,7 +37293,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3729337293
# report actual input values of CONFIG_FILES etc. instead of their
3729437294
# values after options handling.
3729537295
ac_log="
37296-
This file was extended by ImageMagick $as_me 7.0.10-6, which was
37296+
This file was extended by ImageMagick $as_me 7.0.10-7, which was
3729737297
generated by GNU Autoconf 2.69. Invocation command line was
3729837298

3729937299
CONFIG_FILES = $CONFIG_FILES
@@ -37360,7 +37360,7 @@ _ACEOF
3736037360
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3736137361
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3736237362
ac_cs_version="\\
37363-
ImageMagick config.status 7.0.10-6
37363+
ImageMagick config.status 7.0.10-7
3736437364
configured by $0, generated by GNU Autoconf 2.69,
3736537365
with options \\"\$ac_cs_config\\"
3736637366

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AC_PREREQ(2.69)
2727
m4_define([magick_major_version], [7])
2828
m4_define([magick_minor_version], [0])
2929
m4_define([magick_micro_version], [10])
30-
m4_define([magick_patchlevel_version], [6])
30+
m4_define([magick_patchlevel_version], [7])
3131
m4_define([magick_version],
3232
[magick_major_version.magick_minor_version.magick_micro_version-magick_patchlevel_version])
3333
m4_define([magick_git_revision],

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PACKAGE_CHANGE_DATE=`awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print
1919
PACKAGE_VERSION='7.0.10'
2020
PACKAGE_PERL_VERSION='7.0.10'
2121
PACKAGE_LIB_VERSION="0x70A"
22-
PACKAGE_RELEASE="6"
22+
PACKAGE_RELEASE="7"
2323
PACKAGE_LIB_VERSION_NUMBER="7,0,10,${PACKAGE_RELEASE}"
2424
PACKAGE_RELEASE_DATE_RAW=`date +%F`
2525
PACKAGE_RELEASE_DATE_REPRODUCIBLE="${PACKAGE_CHANGE_DATE}"

0 commit comments

Comments
 (0)