diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-08-25 18:52:39 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-08-25 18:54:30 -0500 |
commit | f6ca33d42c88b7be9ea4444cbef704ad6f815536 (patch) | |
tree | 5263375fee9b6fb607182f6eb388ec6634acde2c /scripts/makefile.linux-opt | |
parent | df7e9dae0c4aac63d55361e35709c864fa1b8363 (diff) | |
download | libpng-f6ca33d42c88b7be9ea4444cbef704ad6f815536.tar.gz |
[libpng16] Bump version to 1.6.33beta01
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 f75a787a4..1cd85e0cd 100644 --- a/scripts/makefile.linux-opt +++ b/scripts/makefile.linux-opt @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng16 PNGMAJ = 16 -RELEASE = 32 +RELEASE = 33 # Shared library names: LIBSO=$(LIBNAME).so |