diff options
Diffstat (limited to 'scripts/makefile.lnx')
-rw-r--r-- | scripts/makefile.lnx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.lnx b/scripts/makefile.lnx index c070cf974..c85d9e20c 100644 --- a/scripts/makefile.lnx +++ b/scripts/makefile.lnx @@ -32,7 +32,7 @@ RANLIB=ranlib # read libpng.txt or png.h to see why PNGMAJ is 2. You should not # have to change it. PNGMAJ = 2 -PNGMIN = 1.0.2a +PNGMIN = 1.0.2b PNGVER = $(PNGMAJ).$(PNGMIN) INCPATH=$(prefix)/include |