diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-30 06:12:05 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-30 06:14:45 -0500 |
commit | 277f6fbe49e28b98290e38a325065cf1b2b71714 (patch) | |
tree | e9d6e40bb821715f61a7b509d859768d2bb43ecc /scripts/makefile.sco | |
parent | e05080f5a89d8a62421bd9084fe2a1a9e202cbbf (diff) | |
download | libpng-277f6fbe49e28b98290e38a325065cf1b2b71714.tar.gz |
[master] Revert version to 1.2.41beta08
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 cade4eb59..1da23a0db 100644 --- a/scripts/makefile.sco +++ b/scripts/makefile.sco @@ -12,7 +12,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41beta09 +PNGMIN = 1.2.41beta08 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |