GraphicsMagick: version.sh: Update shared library versioning inf...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.36774.1639342244.1346.graphicsmagick-commit@lists.sourceforge.net> |
changeset 8826abad7583 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=8826abad7583 summary: version.sh: Update shared library versioning information for forthcoming 1.3.37 release. diffstat: ChangeLog | 3 +++ magick/version.h | 6 +++--- version.sh | 8 ++++---- www/Changelog.html | 2 ++ 4 files changed, 12 insertions(+), 7 deletions(-) diffs (76 lines): diff -r 9fdfaf652609 -r 8826abad7583 ChangeLog --- a/ChangeLog Sun Dec 12 14:10:18 2021 -0600 +++ b/ChangeLog Sun Dec 12 14:50:34 2021 -0600 @@ -1,5 +1,8 @@ 2021-12-12 Bob Friesenhahn <[email protected]> + * version.sh: Update shared library versioning information for + forthcoming 1.3.37 release. + * scripts/graphicsmagick_snapshot_copy-ssh: Sample graphicsmagick_snapshot_copy script which uses scp to copy snapshot files to a directory at a remote host, and then rsync diff -r 9fdfaf652609 -r 8826abad7583 magick/version.h --- a/magick/version.h Sun Dec 12 14:10:18 2021 -0600 +++ b/magick/version.h Sun Dec 12 14:50:34 2021 -0600 @@ -35,9 +35,9 @@ */ #define MagickPackageName "GraphicsMagick" #define MagickCopyright "Copyright (C) 2002-2020 GraphicsMagick Group.\nAdditional copyrights and licenses apply to this software.\nSee http://www.GraphicsMagick.org/www/Copyright.html for details." -#define MagickLibVersion 0x252200 +#define MagickLibVersion 0x262300 #define MagickLibVersionText "1.4" -#define MagickLibVersionNumber 25,22,0 +#define MagickLibVersionNumber 26,23,0 #define MagickChangeDate "20211212" #define MagickReleaseDate "snapshot-20211212" @@ -54,7 +54,7 @@ MagickLibVersionNumber, but these are broken out and simplified so that they can be easily used in C pre-processor logic. */ -#define MagickLibInterfaceNewest 25 +#define MagickLibInterfaceNewest 26 #define MagickLibInterfaceOldest 3 #if (QuantumDepth == 8) diff -r 9fdfaf652609 -r 8826abad7583 version.sh --- a/version.sh Sun Dec 12 14:10:18 2021 -0600 +++ b/version.sh Sun Dec 12 14:50:34 2021 -0600 @@ -86,20 +86,20 @@ # # Magick library versioning # -MAGICK_LIBRARY_CURRENT=25 +MAGICK_LIBRARY_CURRENT=26 MAGICK_LIBRARY_REVISION=0 -MAGICK_LIBRARY_AGE=22 +MAGICK_LIBRARY_AGE=23 # # Magick++ library versioning # MAGICK_PLUS_PLUS_LIBRARY_CURRENT=17 -MAGICK_PLUS_PLUS_LIBRARY_REVISION=0 +MAGICK_PLUS_PLUS_LIBRARY_REVISION=1 MAGICK_PLUS_PLUS_LIBRARY_AGE=5 # # Magick Wand library versioning # MAGICK_WAND_LIBRARY_CURRENT=11 -MAGICK_WAND_LIBRARY_REVISION=5 +MAGICK_WAND_LIBRARY_REVISION=6 MAGICK_WAND_LIBRARY_AGE=9 diff -r 9fdfaf652609 -r 8826abad7583 www/Changelog.html --- a/www/Changelog.html Sun Dec 12 14:10:18 2021 -0600 +++ b/www/Changelog.html Sun Dec 12 14:50:34 2021 -0600 @@ -37,6 +37,8 @@ <p>2021-12-12 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> +<p>* version.sh: Update shared library versioning information for +forthcoming 1.3.37 release.</p> <p>* scripts/graphicsmagick_snapshot_copy-ssh: Sample graphicsmagick_snapshot_copy script which uses scp to copy snapshot files to a directory at a remote host, and then rsync