diff options
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 dfb8e98fd..c0e957e4a 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -14,7 +14,7 @@ ZLIBINC=/usr/local/include # read libpng.txt or png.h to see why PNGMAJ is 0. You should not # have to change it. PNGMAJ = 0 -PNGMIN = 1.2.2rc1 +PNGMIN = 1.2.2 PNGVER = $(PNGMAJ).$(PNGMIN) ALIGN= |