From fd9c48fd9c2fc8a22b5eb9e206734bba16fc947b Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 9 Jul 2017 17:23:56 -0500 Subject: [PATCH] [libpng16]Fixed release numbering in makefile.linux,linux-opt, msys --- scripts/makefile.linux | 2 +- scripts/makefile.linux-opt | 4 ++-- scripts/makefile.msys | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/makefile.linux b/scripts/makefile.linux index aeaf666bc..8bb5ba70c 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -9,7 +9,7 @@ # Library name: LIBNAME = libpng16 -PNGMAJ = 1 +PNGMAJ = 16 RELEASE = 31 # Shared library names: diff --git a/scripts/makefile.linux-opt b/scripts/makefile.linux-opt index c701aaff8..f93c5457f 100644 --- a/scripts/makefile.linux-opt +++ b/scripts/makefile.linux-opt @@ -9,8 +9,8 @@ # Library name: LIBNAME = libpng16 -PNGMAJ = 1 -RELEASE = 6 +PNGMAJ = 16 +RELEASE = 31 # Shared library names: LIBSO=$(LIBNAME).so diff --git a/scripts/makefile.msys b/scripts/makefile.msys index 960a5408a..305654298 100644 --- a/scripts/makefile.msys +++ b/scripts/makefile.msys @@ -17,7 +17,7 @@ exec_prefix=$(prefix) # Library name: LIBNAME = libpng16 -PNGMAJ = 1 +PNGMAJ = 16 RELEASE = 31 # Shared library names: