diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-06-11 13:59:40 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-06-11 14:10:03 -0500 |
commit | 428f5ddabd23d784c688fd1a27197a776beba09d (patch) | |
tree | a03fc3b1872354a94d9dafc8e3a063bb53dfa357 /arm | |
parent | ed6db9d86b2aa32c616c96701da3b8d3bfe7c2c9 (diff) | |
download | libpng-428f5ddabd23d784c688fd1a27197a776beba09d.tar.gz |
[libpng16] Bump version to 1.6.24beta01
Diffstat (limited to 'arm')
-rw-r--r-- | arm/arm_init.c | 2 | ||||
-rw-r--r-- | arm/filter_neon_intrinsics.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arm/arm_init.c b/arm/arm_init.c index 52c3f31fe..02df812e7 100644 --- a/arm/arm_init.c +++ b/arm/arm_init.c @@ -3,7 +3,7 @@ * * Copyright (c) 2014,2016 Glenn Randers-Pehrson * Written by Mans Rullgard, 2011. - * Last changed in libpng 1.6.22 [June 9, 2016] + * Last changed in libpng 1.6.22 [May 26, 2016] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer diff --git a/arm/filter_neon_intrinsics.c b/arm/filter_neon_intrinsics.c index be5ccc710..ea7e356bc 100644 --- a/arm/filter_neon_intrinsics.c +++ b/arm/filter_neon_intrinsics.c @@ -5,7 +5,7 @@ * Written by James Yu <james.yu at linaro.org>, October 2013. * Based on filter_neon.S, written by Mans Rullgard, 2011. * - * Last changed in libpng 1.6.22 [June 9, 2016] + * Last changed in libpng 1.6.22 [May 26, 2016] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer |