diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-12 22:35:16 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-12 22:36:41 -0600 |
commit | d708cb83609fb63ba82eaf9d0f29a46867af7ee9 (patch) | |
tree | 1300fcb8e63ce115eb8f0a8fde8a9435570df203 /scripts/makefile.linux | |
parent | 78c419c69857fd8a87c05a334a8bf81e786f77ee (diff) | |
download | libpng-d708cb83609fb63ba82eaf9d0f29a46867af7ee9.tar.gz |
[devel] Bump to version 1.4.0beta98
Diffstat (limited to 'scripts/makefile.linux')
-rw-r--r-- | scripts/makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.linux b/scripts/makefile.linux index ca9314078..1771c489b 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta97 +PNGMIN = 1.4.0beta98 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |