diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-16 21:09:44 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-16 21:09:44 +0200 |
commit | 0f2dc5c5e17679be85a1bb7ee7a5ec6a1dbac8b9 (patch) | |
tree | 814c4500fcdf4fde5a6a984e584df76744db118b /thirdparty/libpng/pnglibconf.h | |
parent | 57bdddce02370af3d13e6edc583afdc17264147d (diff) |
libpng: Update to upstream 1.6.38
Diffstat (limited to 'thirdparty/libpng/pnglibconf.h')
-rw-r--r-- | thirdparty/libpng/pnglibconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/libpng/pnglibconf.h b/thirdparty/libpng/pnglibconf.h index e1e27e957e..89d5b4c8ad 100644 --- a/thirdparty/libpng/pnglibconf.h +++ b/thirdparty/libpng/pnglibconf.h @@ -1,8 +1,8 @@ /* pnglibconf.h - library build configuration */ -/* libpng version 1.6.37 */ +/* libpng version 1.6.38 */ -/* Copyright (c) 2018-2019 Cosmin Truta */ +/* Copyright (c) 2018-2022 Cosmin Truta */ /* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */ /* This code is released under the libpng license. */ |