summaryrefslogtreecommitdiff
path: root/scripts/makefile.dec
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2000-07-17 06:17:09 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:05:29 -0500
commit4766a244b23f951a64b7d7514f6b495debfa5a98 (patch)
tree6b0525ece9dd9d23b395da7e26e9adb786915a5f /scripts/makefile.dec
parenta4d54bdb4ab6b727e6b98b6990950f0864b1e067 (diff)
downloadlibpng-4766a244b23f951a64b7d7514f6b495debfa5a98.tar.gz
Imported from libpng-1.0.8rc1.tarv1.0.8rc1
Diffstat (limited to 'scripts/makefile.dec')
-rw-r--r--scripts/makefile.dec2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.dec b/scripts/makefile.dec
index 4d075188a..ce18ead84 100644
--- a/scripts/makefile.dec
+++ b/scripts/makefile.dec
@@ -14,7 +14,7 @@ ZLIBINC=../zlib
# read libpng.txt or png.h to see why PNGMAJ is 2. You should not
# have to change it.
PNGMAJ = 2
-PNGMIN = 1.0.8beta4
+PNGMIN = 1.0.8rc1
PNGVER = $(PNGMAJ).$(PNGMIN)
CC=cc