Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Apr 23, 2022
1 parent 6c68a06 commit a4ec146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/configure.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<configure name="CODER_PATH" value="@CODER_PATH@"/>
<configure name="CONFIGURE_PATH" value="@CONFIGURE_PATH@"/>
<configure name="CONFIGURE" value="@CONFIGURE_ARGS@"/>
<configure name="COPYRIGHT" value="Copyright (C) 1999-2021 ImageMagick Studio LLC"/>
<configure name="COPYRIGHT" value="Copyright (C) 1999 ImageMagick Studio LLC"/>
<configure name="CPPFLAGS" value="@MAGICK_CPPFLAGS@"/>
<configure name="CXXFLAGS" value="@CXXFLAGS@"/>
<configure name="CXX" value="@CXX@"/>
Expand Down Expand Up @@ -46,5 +46,5 @@
<configure name="TARGET_OS" value="@MAGICK_TARGET_OS@"/>
<configure name="TARGET_VENDOR" value="@MAGICK_TARGET_VENDOR@"/>
<configure name="VERSION" value="@PACKAGE_BASE_VERSION@"/>
<configure name="WEBSITE" value="https://imagemagick.org"/>
<configure name="WEBSITE" value="https://legacy.imagemagick.org"/>
</configuremap>
2 changes: 1 addition & 1 deletion magick/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extern "C" {
#define MagickHomeURL "file://@DOCUMENTATION_PATH@/index.html"
#define MagickAuthoritativeLicense \
"https://imagemagick.org/script/license.php"
#define MagickAuthoritativeURL "https://imagemagick.org"
#define MagickAuthoritativeURL "https://legacy.imagemagick.org"
#if (MAGICKCORE_QUANTUM_DEPTH == 8)
#define MagickQuantumDepth "Q8"
#define MagickQuantumRange "255"
Expand Down

0 comments on commit a4ec146

Please sign in to comment.