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