diff --git a/MagickCore/magick-config.h b/MagickCore/magick-config.h
index c964c40..54e2e2a 100644
--- a/MagickCore/magick-config.h
+++ b/MagickCore/magick-config.h
@@ -1277,7 +1277,7 @@
/* Define to the full name and version of this package. */
#ifndef MAGICKCORE_PACKAGE_STRING
-#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0.0"
+#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
#endif
/* Define to the one symbol short name of this package. */
@@ -1292,7 +1292,7 @@
/* Define to the version of this package. */
#ifndef MAGICKCORE_PACKAGE_VERSION
-#define MAGICKCORE_PACKAGE_VERSION "7.0.0.0"
+#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
#endif
/* Define if you have PNG library */
@@ -1461,7 +1461,7 @@
/* Version number of package */
#ifndef MAGICKCORE_VERSION
-#define MAGICKCORE_VERSION "7.0.0.0"
+#define MAGICKCORE_VERSION "7.0.0-0"
#endif
/* Define if you have WEBP library */
diff --git a/configure b/configure
index 62112e3..fcf5866 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for ImageMagick 7.0.0.0.
+# Generated by GNU Autoconf 2.68 for ImageMagick 7.0.0-0.
#
# Report bugs to <http://www.imagemagick.org>.
#
@@ -574,8 +574,8 @@
# Identity of this package.
PACKAGE_NAME='ImageMagick'
PACKAGE_TARNAME='ImageMagick'
-PACKAGE_VERSION='7.0.0.0'
-PACKAGE_STRING='ImageMagick 7.0.0.0'
+PACKAGE_VERSION='7.0.0-0'
+PACKAGE_STRING='ImageMagick 7.0.0-0'
PACKAGE_BUGREPORT='http://www.imagemagick.org'
PACKAGE_URL=''
@@ -1716,7 +1716,7 @@
# 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 7.0.0.0 to adapt to many kinds of systems.
+\`configure' configures ImageMagick 7.0.0-0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1791,7 +1791,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ImageMagick 7.0.0.0:";;
+ short | recursive ) echo "Configuration of ImageMagick 7.0.0-0:";;
esac
cat <<\_ACEOF
@@ -2001,7 +2001,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ImageMagick configure 7.0.0.0
+ImageMagick configure 7.0.0-0
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -3044,7 +3044,7 @@
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 7.0.0.0, which was
+It was created by ImageMagick $as_me 7.0.0-0, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -4040,7 +4040,7 @@
# Define the identity of the package.
PACKAGE='ImageMagick'
- VERSION='7.0.0.0'
+ VERSION='7.0.0-0'
cat >>confdefs.h <<_ACEOF
@@ -35492,7 +35492,7 @@
# 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 7.0.0.0, which was
+This file was extended by ImageMagick $as_me 7.0.0-0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -35558,7 +35558,7 @@
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 7.0.0.0
+ImageMagick config.status 7.0.0-0
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index c62776d..0384021 100755
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
m4_define([magick_micro_version], [0])
m4_define([magick_patchlevel_version], [0])
m4_define([magick_version],
- [magick_major_version.magick_minor_version.magick_micro_version.magick_patchlevel_version])
+ [magick_major_version.magick_minor_version.magick_micro_version-magick_patchlevel_version])
m4_define([magick_svn_revision], esyscmd([sh -c "svnversion | sed -r 's/([0-9]+).*/\1/'"]))
AC_INIT([ImageMagick],[magick_version],[http://www.imagemagick.org],[ImageMagick])
diff --git a/libtool b/libtool
index 6070fc3..025fcf3 100755
--- a/libtool
+++ b/libtool
@@ -1,7 +1,7 @@
#! /bin/sh
# libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 7.0.0.0
+# Generated automatically by config.status (ImageMagick) 7.0.0-0
# Libtool was configured on host magick.imagemagick.org:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#