diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-02-26 22:02:06 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-02-26 22:04:32 -0600 |
commit | a4b640865ae47986bbe71ecc0e7d5181dcb0bac8 (patch) | |
tree | 0877a941d6c1d927e1f13d70c2148288f8805425 /scripts/makefile.sco | |
parent | adbe2c7637d80da40538c998460f35d8adc6723d (diff) | |
download | libpng-a4b640865ae47986bbe71ecc0e7d5181dcb0bac8.tar.gz |
[libpng12] Bump version to 1.2.48beta02
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 5e3f02cdb..c22cd5a9a 100644 --- a/scripts/makefile.sco +++ b/scripts/makefile.sco @@ -12,7 +12,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.48beta01 +PNGMIN = 1.2.48beta02 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |