diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2004-08-15 07:15:39 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:07:52 -0500 |
commit | 37f116a9005ea5f082a7c4ce6ec6854b01d4b02d (patch) | |
tree | a085c4ab6018001c076a1f7b864c558b5e5ab591 /scripts/makefile.beos | |
parent | 8f3dd833d759b6e9b749123d1d0ebc942ea4bfb3 (diff) | |
download | libpng-37f116a9005ea5f082a7c4ce6ec6854b01d4b02d.tar.gz |
Imported from libpng-1.2.6.tarv1.2.6
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 c023d0b9f..73aff60ea 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.6rc5 +PNGMIN = 1.2.6 PNGVER = $(PNGMAJ).$(PNGMIN) ALIGN= |