Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Oct 24, 2018
1 parent c9a40f6 commit 7f03229
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ImageMagick 6.9.10-14.
# Generated by GNU Autoconf 2.69 for ImageMagick 6.9.10-15.
#
# Report bugs to <https://github.com/ImageMagick/ImageMagick6/issues>.
#
Expand Down Expand Up @@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ImageMagick'
PACKAGE_TARNAME='ImageMagick'
PACKAGE_VERSION='6.9.10-14'
PACKAGE_STRING='ImageMagick 6.9.10-14'
PACKAGE_VERSION='6.9.10-15'
PACKAGE_STRING='ImageMagick 6.9.10-15'
PACKAGE_BUGREPORT='https://github.com/ImageMagick/ImageMagick6/issues'
PACKAGE_URL='https://imagemagick.org'

Expand Down Expand Up @@ -1850,7 +1850,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ImageMagick 6.9.10-14 to adapt to many kinds of systems.
\`configure' configures ImageMagick 6.9.10-15 to adapt to many kinds of systems.

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

Expand Down Expand Up @@ -1925,7 +1925,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ImageMagick 6.9.10-14:";;
short | recursive ) echo "Configuration of ImageMagick 6.9.10-15:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -2216,7 +2216,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ImageMagick configure 6.9.10-14
ImageMagick configure 6.9.10-15
generated by GNU Autoconf 2.69

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

It was created by ImageMagick $as_me 6.9.10-14, which was
It was created by ImageMagick $as_me 6.9.10-15, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -4253,7 +4253,7 @@ fi

# Define the identity of the package.
PACKAGE='ImageMagick'
VERSION='6.9.10-14'
VERSION='6.9.10-15'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -4563,11 +4563,11 @@ MAGICK_MINOR_VERSION=9

MAGICK_MICRO_VERSION=10

MAGICK_PATCHLEVEL_VERSION=14
MAGICK_PATCHLEVEL_VERSION=15

MAGICK_VERSION=6.9.10-14
MAGICK_VERSION=6.9.10-15

MAGICK_GIT_REVISION=13938:72aa202b0:20181022
MAGICK_GIT_REVISION=13944:c9a40f6bb:20181024


# Substitute library versioning
Expand Down Expand Up @@ -37756,7 +37756,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ImageMagick $as_me 6.9.10-14, which was
This file was extended by ImageMagick $as_me 6.9.10-15, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -37823,7 +37823,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ImageMagick config.status 6.9.10-14
ImageMagick config.status 6.9.10-15
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -27,7 +27,7 @@ AC_PREREQ(2.69)
m4_define([magick_major_version], [6])
m4_define([magick_minor_version], [9])
m4_define([magick_micro_version], [10])
m4_define([magick_patchlevel_version], [14])
m4_define([magick_patchlevel_version], [15])
m4_define([magick_version],
[magick_major_version.magick_minor_version.magick_micro_version-magick_patchlevel_version])
m4_define([magick_git_revision], esyscmd([sh -c "(gitversion.sh .) | awk '{ print \$1 }' | tr -d '\n'"]))
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Expand Up @@ -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
PACKAGE_VERSION='6.9.10'
PACKAGE_PERL_VERSION='6.9.10'
PACKAGE_LIB_VERSION="0x69A"
PACKAGE_RELEASE="14"
PACKAGE_RELEASE="15"
PACKAGE_LIB_VERSION_NUMBER="6,9,10,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE_RAW=`date +%F`
PACKAGE_RELEASE_DATE_REPRODUCIBLE="${PACKAGE_CHANGE_DATE}"
Expand Down

0 comments on commit 7f03229

Please sign in to comment.