diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-04 09:50:46 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-04 17:05:57 -0600 |
commit | 914a7e3d4f62808a333f662fb1ed9f9f457e6aa1 (patch) | |
tree | 10a575f85f2124ca2ac0c19f7046854ba7cb0b22 /scripts/makefile.sco | |
parent | d84af669dcc88217ad389111afbe2bbf0a679704 (diff) | |
download | libpng-914a7e3d4f62808a333f662fb1ed9f9f457e6aa1.tar.gz |
[devel] Bump to version 1.4.0beta108
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 b408a3888..e2dfb7cdf 100644 --- a/scripts/makefile.sco +++ b/scripts/makefile.sco @@ -12,7 +12,7 @@ # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta107 +PNGMIN = 1.4.0beta108 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |