diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-02 19:46:16 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-02 19:48:27 -0600 |
commit | 6e00020a9ff23b28b43db527a2b89227cbdea2e9 (patch) | |
tree | d50c3a5439c46c8c98337a5cb1d667be198fe1a5 /scripts/makefile.beos | |
parent | 2aac9a1fa3da4e8fc1a58e2e7ca60cc8c8b3cd79 (diff) | |
download | libpng-6e00020a9ff23b28b43db527a2b89227cbdea2e9.tar.gz |
[master] Imported from libpng-1.2.41.tarv1.2.41
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 1997fdf04..77784dedf 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -11,7 +11,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41rc04 +PNGMIN = 1.2.41 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |