diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-22 08:28:25 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-22 08:31:00 -0600 |
commit | a460e00574848f4fce8059fb2324dcc34035d616 (patch) | |
tree | 1d083923e64f4bfd6ece6c37cd614e7713ce2dc0 /scripts/makefile.cygwin | |
parent | c593d488f9eb4025dde0f7641e57b9cbc2394fb2 (diff) | |
download | libpng-a460e00574848f4fce8059fb2324dcc34035d616.tar.gz |
[master] Bump to version 1.2.41rc02
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 c4fae8d57..7e9602dca 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.41rc01 +PNGMIN = 1.2.41rc02 PNGVER = $(PNGMAJ).$(PNGMIN) SHAREDLIB=cygpng$(CYGDLL).dll |