summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/libpng-config-head.in2
-rw-r--r--scripts/libpng.pc.in2
-rw-r--r--scripts/makefile.darwin2
-rw-r--r--scripts/makefile.linux2
-rw-r--r--scripts/makefile.msys2
-rw-r--r--scripts/makefile.netbsd2
-rw-r--r--scripts/makefile.openbsd2
-rw-r--r--scripts/pnglibconf.h.prebuilt2
8 files changed, 8 insertions, 8 deletions
diff --git a/scripts/libpng-config-head.in b/scripts/libpng-config-head.in
index c1da02cdb..028c3b8ae 100644
--- a/scripts/libpng-config-head.in
+++ b/scripts/libpng-config-head.in
@@ -11,7 +11,7 @@
# Modeled after libxml-config.
-version=1.6.38.git
+version=1.6.38
prefix=""
libdir=""
libs=""
diff --git a/scripts/libpng.pc.in b/scripts/libpng.pc.in
index 19afcc325..70ae04140 100644
--- a/scripts/libpng.pc.in
+++ b/scripts/libpng.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@/libpng16
Name: libpng
Description: Loads and saves PNG files
-Version: 1.6.38.git
+Version: 1.6.38
Libs: -L${libdir} -lpng16
Cflags: -I${includedir}
diff --git a/scripts/makefile.darwin b/scripts/makefile.darwin
index e41a3e63f..247343f02 100644
--- a/scripts/makefile.darwin
+++ b/scripts/makefile.darwin
@@ -23,7 +23,7 @@ ZLIBINC=/usr/include
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
-RELEASE = 37
+RELEASE = 38
# Shared library names:
LIBSO=$(LIBNAME).dylib
diff --git a/scripts/makefile.linux b/scripts/makefile.linux
index beffbbb73..1d8c66301 100644
--- a/scripts/makefile.linux
+++ b/scripts/makefile.linux
@@ -11,7 +11,7 @@
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
-RELEASE = 37
+RELEASE = 38
# Shared library names:
LIBSO=$(LIBNAME).so
diff --git a/scripts/makefile.msys b/scripts/makefile.msys
index 9b4149e07..d5fadc16b 100644
--- a/scripts/makefile.msys
+++ b/scripts/makefile.msys
@@ -19,7 +19,7 @@ exec_prefix=$(prefix)
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
-RELEASE = 37
+RELEASE = 38
# Shared library names:
LIBSO=$(LIBNAME).dll
diff --git a/scripts/makefile.netbsd b/scripts/makefile.netbsd
index fafd1b281..48cac07d5 100644
--- a/scripts/makefile.netbsd
+++ b/scripts/makefile.netbsd
@@ -14,7 +14,7 @@ MANDIR= ${LOCALBASE}/man
INCSDIR=${LOCALBASE}/include
SHLIB_MAJOR= 16
-SHLIB_MINOR= 1.6.38.git
+SHLIB_MINOR= 1.6.38
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \
diff --git a/scripts/makefile.openbsd b/scripts/makefile.openbsd
index ad1da0380..97d11b867 100644
--- a/scripts/makefile.openbsd
+++ b/scripts/makefile.openbsd
@@ -12,7 +12,7 @@ LIBDIR= ${PREFIX}/lib
MANDIR= ${PREFIX}/man/cat
SHLIB_MAJOR= 16
-SHLIB_MINOR= 1.6.38.git
+SHLIB_MINOR= 1.6.38
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \
diff --git a/scripts/pnglibconf.h.prebuilt b/scripts/pnglibconf.h.prebuilt
index 967011ced..89d5b4c8a 100644
--- a/scripts/pnglibconf.h.prebuilt
+++ b/scripts/pnglibconf.h.prebuilt
@@ -1,6 +1,6 @@
/* pnglibconf.h - library build configuration */
-/* libpng version 1.6.38.git */
+/* libpng version 1.6.38 */
/* Copyright (c) 2018-2022 Cosmin Truta */
/* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */