diff options
author | Cosmin Truta <ctruta@gmail.com> | 2018-12-01 09:36:00 -0500 |
---|---|---|
committer | Cosmin Truta <ctruta@gmail.com> | 2018-12-01 09:36:00 -0500 |
commit | eddf9023206dc40974c26f589ee2ad63a4227a1e (patch) | |
tree | 6e2316181950ab0d807e941e75b5d1334c768cce /scripts | |
parent | e79085a1724ccc5526dc752f6a696b3a94ef8cfa (diff) |
Release libpng version 1.6.36
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/libpng-config-head.in | 2 | ||||
-rw-r--r-- | scripts/libpng.pc.in | 2 | ||||
-rw-r--r-- | scripts/pnglibconf.h.prebuilt | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/scripts/libpng-config-head.in b/scripts/libpng-config-head.in index cba1b800a..985271af4 100644 --- a/scripts/libpng-config-head.in +++ b/scripts/libpng-config-head.in @@ -11,7 +11,7 @@ # Modeled after libxml-config. -version=1.6.36.git +version=1.6.36 prefix="" libdir="" libs="" diff --git a/scripts/libpng.pc.in b/scripts/libpng.pc.in index 20db29e96..2f7492397 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.36.git +Version: 1.6.36 Libs: -L${libdir} -lpng16 Cflags: -I${includedir} diff --git a/scripts/pnglibconf.h.prebuilt b/scripts/pnglibconf.h.prebuilt index 622f7cdf0..00340c678 100644 --- a/scripts/pnglibconf.h.prebuilt +++ b/scripts/pnglibconf.h.prebuilt @@ -1,8 +1,6 @@ -/* libpng 1.6.36.git STANDARD API DEFINITION */ - /* pnglibconf.h - library build configuration */ -/* libpng version 1.6.36.git */ +/* libpng version 1.6.36 */ /* Copyright (c) 2018 Cosmin Truta */ /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */ |