diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-02-14 15:58:27 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-09-03 12:26:29 -0500 |
commit | bceda5f9d648bfcc5c2ebc2d8d32b7ff35bfeade (patch) | |
tree | 056d4bf5d3a9c1d1977a008a309759909f4b5526 /scripts/makefile.sco | |
parent | 53ab12bb9120ab861dc9e4c92789703aa55e6e00 (diff) | |
download | libpng-bceda5f9d648bfcc5c2ebc2d8d32b7ff35bfeade.tar.gz |
[libpng10] Imported from libpng-1.0.43.tarv1.0.43
Diffstat (limited to 'scripts/makefile.sco')
-rw-r--r-- | scripts/makefile.sco | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.sco b/scripts/makefile.sco index 49e00d064..679b7aff2 100644 --- a/scripts/makefile.sco +++ b/scripts/makefile.sco @@ -9,7 +9,7 @@ # Library name: LIBNAME = libpng10 PNGMAJ = 0 -PNGMIN = 1.0.43rc02 +PNGMIN = 1.0.43 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |