diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-06-07 15:54:22 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-06-07 15:57:50 -0500 |
commit | a03d7f9949c4129f9b9b9f08fcf05b512c0f329e (patch) | |
tree | 5e92b53eec73b0dcedeb49791cdd1918eaf8cd7d /scripts/makefile.hpgcc | |
parent | d572394c2a018ef22e9685ac189f5f05c08ea6f5 (diff) | |
download | libpng-a03d7f9949c4129f9b9b9f08fcf05b512c0f329e.tar.gz |
[legacy] Imported from libpng-1.2.45beta02.tarv1.2.45beta02
Diffstat (limited to 'scripts/makefile.hpgcc')
-rw-r--r-- | scripts/makefile.hpgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.hpgcc b/scripts/makefile.hpgcc index d0548a7f6..50d3db8bc 100644 --- a/scripts/makefile.hpgcc +++ b/scripts/makefile.hpgcc @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.45beta01 +PNGMIN = 1.2.45beta02 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |