diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2004-11-26 17:28:09 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:08:13 -0500 |
commit | 73b029f9d39e27db5e423c92a2c553f760997540 (patch) | |
tree | 520595660c159a31cf92f0cee2b45ce5c031d974 /scripts/makefile.beos | |
parent | 5dd2b8e208855642b692695653c181b2fe7f919d (diff) | |
download | libpng-73b029f9d39e27db5e423c92a2c553f760997540.tar.gz |
Imported from libpng-1.2.8rc2.tarv1.2.8rc2
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 8a7dac3a7..efa1f1682 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -12,7 +12,7 @@ ZLIBLIB=/usr/local/lib ZLIBINC=/usr/local/include PNGMAJ = 0 -PNGMIN = 1.2.8rc1 +PNGMIN = 1.2.8rc2 PNGVER = $(PNGMAJ).$(PNGMIN) ALIGN= |