diff options
author | Glenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net> | 2009-05-15 20:33:24 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net> | 2009-05-15 20:33:24 -0500 |
commit | 11a3c7b50a039f26cfb29c350b3f535b6b767601 (patch) | |
tree | ef99129fd04b48664193d48d70370762b65c9cf7 /scripts/makefile.linux | |
parent | acfe7dc4759c6a7ca7ff89622ee3cda634b8a45a (diff) | |
download | libpng-11a3c7b50a039f26cfb29c350b3f535b6b767601.tar.gz |
Bump version to 1.4.0beta59
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 351190630..b71ea7b51 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -7,7 +7,7 @@ # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta58 +PNGMIN = 1.4.0beta59 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |