diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-31 21:40:34 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-31 21:43:03 -0500 |
commit | 602d314ba06e8e0345721e6bde288004319b5d43 (patch) | |
tree | 082121c93e54b6573347a234726b924d47e9b729 /scripts/makefile.cygwin | |
parent | a68974409c80975b04c42f08cc6a2b3c7d078f90 (diff) | |
download | libpng-602d314ba06e8e0345721e6bde288004319b5d43.tar.gz |
[master] Bump version to libpng-1.2.41beta10
Diffstat (limited to 'scripts/makefile.cygwin')
-rw-r--r-- | scripts/makefile.cygwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.cygwin b/scripts/makefile.cygwin index 4ea39a2db..26e207551 100644 --- a/scripts/makefile.cygwin +++ b/scripts/makefile.cygwin @@ -77,7 +77,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \ LIBNAME = libpng12 PNGMAJ = 0 CYGDLL = 12 -PNGMIN = 1.2.41beta09 +PNGMIN = 1.2.41beta10 PNGVER = $(PNGMAJ).$(PNGMIN) SHAREDLIB=cygpng$(CYGDLL).dll |