Imported from libpng-1.2.0beta3.tar
diff --git a/scripts/makefile.dec b/scripts/makefile.dec
index 5a8b3d6..8219b70 100644
--- a/scripts/makefile.dec
+++ b/scripts/makefile.dec
@@ -14,10 +14,10 @@
 ZLIBLIB=../zlib
 ZLIBINC=../zlib
 
-# read libpng.txt or png.h to see why PNGMAJ is 2.  You should not
+# read libpng.txt or png.h to see why PNGMAJ is 3.  You should not
 # have to change it.
-PNGMAJ = 2
-PNGMIN = 1.2.0beta2
+PNGMAJ = 3
+PNGMIN = 1.2.0beta3
 PNGVER = $(PNGMAJ).$(PNGMIN)
 
 CC=cc