diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-06-19 19:11:54 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-06-25 20:27:42 -0500 |
commit | e4fc243de46252be7fea3e416ab2324155c6f9a5 (patch) | |
tree | 9b0a7140ac4887c14c4ea1975b202e0f679ba94d /scripts/makefile.linux | |
parent | 191fb4f5bacfd9f764588c8779778ed20f9136df (diff) | |
download | libpng-e4fc243de46252be7fea3e416ab2324155c6f9a5.tar.gz |
[legacy] Imported from libpng-1.2.44beta03.tarv1.2.44beta03
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 8aef1a676..38835bb6a 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44beta02 +PNGMIN = 1.2.44beta03 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |