diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-07-27 14:17:02 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-07-27 14:18:21 -0500 |
commit | b73c8918918430058a46e676c5c5b7db1217fd42 (patch) | |
tree | 2c3f70a2702d8b2385b9b8263eed5442abec6ddc /scripts/makefile.linux-opt | |
parent | 9fcb846402d8692d25cb5286777a832ca852fa44 (diff) | |
download | libpng-b73c8918918430058a46e676c5c5b7db1217fd42.tar.gz |
[libpng16] Bump version to 1.6.32beta01
Diffstat (limited to 'scripts/makefile.linux-opt')
-rw-r--r-- | scripts/makefile.linux-opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.linux-opt b/scripts/makefile.linux-opt index f93c5457f..f75a787a4 100644 --- a/scripts/makefile.linux-opt +++ b/scripts/makefile.linux-opt @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng16 PNGMAJ = 16 -RELEASE = 31 +RELEASE = 32 # Shared library names: LIBSO=$(LIBNAME).so |