diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2000-07-24 06:34:14 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:05:31 -0500 |
commit | 32fc5ceb91a86c2cc8dfe37521e3d28c8825c272 (patch) | |
tree | 7c3487b321fffe501c756a23a80d65382001800a /scripts/makefile.beos | |
parent | 4766a244b23f951a64b7d7514f6b495debfa5a98 (diff) | |
download | libpng-32fc5ceb91a86c2cc8dfe37521e3d28c8825c272.tar.gz |
Imported from libpng-1.0.8.tarv1.0.8
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 ef90394b3..7f39799cb 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -31,7 +31,7 @@ RANLIB=ranlib # read libpng.txt or png.h to see why PNGMAJ is 2. You should not # have to change it. PNGMAJ = 2 -PNGMIN = 1.0.8rc1 +PNGMIN = 1.0.8 PNGVER = $(PNGMAJ).$(PNGMIN) # where make install puts libpng.a, libpng.so*, and png.h |