diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2001-04-03 22:43:19 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:06:04 -0500 |
commit | 87c6bc984ad39d41428f5fd469bab75f97e3fee8 (patch) | |
tree | 6fbe912edf75991c5234002390aea068645ecea4 /scripts/makefile.beos | |
parent | 13cfbac075f9f91522421171dced2b6d2d9b523f (diff) | |
download | libpng-87c6bc984ad39d41428f5fd469bab75f97e3fee8.tar.gz |
Imported from libpng-1.0.11beta1.tarv1.0.11beta1
Diffstat (limited to 'scripts/makefile.beos')
-rw-r--r-- | scripts/makefile.beos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.beos b/scripts/makefile.beos index 4a32a21f7..e476d1631 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -13,7 +13,7 @@ ZLIBINC=/usr/local/include # read libpng.txt or png.h to see why PNGMAJ is 2. You should not # have to change it. PNGMAJ = 2 -PNGMIN = 1.0.10 +PNGMIN = 1.0.11beta1 PNGVER = $(PNGMAJ).$(PNGMIN) ALIGN= |