diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 10:43:19 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-01-01 10:50:04 -0600 |
commit | b9d671326be72f08b699ac8047a5253ea94f0c58 (patch) | |
tree | c8ba849d7befbef43b9faf980b5356c0312d9cee /scripts/makefile.beos | |
parent | 8e4e070151b3f321a34e09ec9de6a7e9c732ba94 (diff) | |
download | libpng-b9d671326be72f08b699ac8047a5253ea94f0c58.tar.gz |
[master] Imported from libpng-1.2.42rc04.tarv1.2.42rc04
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 133f41bca..f5e0686d6 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -11,7 +11,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.42rc03 +PNGMIN = 1.2.42rc04 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |