diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-18 10:15:58 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-18 15:32:35 -0600 |
commit | a02188ae94d0df44ef08801f42103aee5452addb (patch) | |
tree | 9d223f7ca98ddc72e6f0b4a2a20662b6268d3e01 /scripts/makefile.so9 | |
parent | 5b7d8ff306e46a41459513905ccf8ddb0e6c9983 (diff) | |
download | libpng-a02188ae94d0df44ef08801f42103aee5452addb.tar.gz |
[devel] Bump to version libpng-1.4.0beta102
Diffstat (limited to 'scripts/makefile.so9')
-rw-r--r-- | scripts/makefile.so9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.so9 b/scripts/makefile.so9 index 8a65eb122..8af1031c8 100644 --- a/scripts/makefile.so9 +++ b/scripts/makefile.so9 @@ -11,7 +11,7 @@ # Library name: PNGMAJ = 14 -PNGMIN = 1.4.0rc02 +PNGMIN = 1.4.0beta102 PNGVER = $(PNGMAJ).$(PNGMIN) LIBNAME = libpng14 |