diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2006-02-22 09:19:25 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:08:25 -0500 |
commit | ddfebd35be90ff274975a71f0ba034bf656be174 (patch) | |
tree | dc81919bed48360ba93b0b0f8325d33e87560257 /scripts/makefile.sco | |
parent | 9c3ab681455e5dff1b9dd9c38299f1c06afa908b (diff) | |
download | libpng-ddfebd35be90ff274975a71f0ba034bf656be174.tar.gz |
Imported from libpng-1.2.9beta2.tarv1.2.9beta2
Diffstat (limited to 'scripts/makefile.sco')
-rw-r--r-- | scripts/makefile.sco | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.sco b/scripts/makefile.sco index eec12961f..b6f91aeb3 100644 --- a/scripts/makefile.sco +++ b/scripts/makefile.sco @@ -24,7 +24,7 @@ LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz -lm RANLIB=echo PNGMAJ = 0 -PNGMIN = 1.2.9beta1 +PNGMIN = 1.2.9beta2 PNGVER = $(PNGMAJ).$(PNGMIN) LIBNAME = libpng12 |