diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-02-01 09:25:28 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-02-01 09:30:20 -0600 |
commit | 16b327434185ee6da14cd54a4cc4a336e261968b (patch) | |
tree | c70ae118e057ea0f46e0ca8317d7547982b7c8e2 /scripts/makefile.hpgcc | |
parent | eea742c2c5063754e76f42b81c4314659157c16d (diff) | |
download | libpng-16b327434185ee6da14cd54a4cc4a336e261968b.tar.gz |
[legacy] Imported from libpng-1.2.43beta02.tarv1.2.43beta02
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 c8febc1bf..8852a49d0 100644 --- a/scripts/makefile.hpgcc +++ b/scripts/makefile.hpgcc @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.43beta01 +PNGMIN = 1.2.43beta02 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |