diff options
-rw-r--r-- | scripts/makefile.linux | 2 | ||||
-rw-r--r-- | scripts/makefile.linux-opt | 4 | ||||
-rw-r--r-- | 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: |