diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-03-08 07:20:44 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-03-08 07:28:07 -0600 |
commit | faa28b62306c6e422e1b5ab7e93a83f341068c14 (patch) | |
tree | c31eae4415f8f56b3ccb865bf9fbb44d4f8ecd3f /scripts/makefile.sgi | |
parent | 8a78404b09a8bebba258500cab8b636da00c10d6 (diff) | |
download | libpng-faa28b62306c6e422e1b5ab7e93a83f341068c14.tar.gz |
[libpng12] Imported from libpng-1.2.48.tarv1.2.48
Diffstat (limited to 'scripts/makefile.sgi')
-rw-r--r-- | scripts/makefile.sgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.sgi b/scripts/makefile.sgi index 780f9a79f..abfd28edc 100644 --- a/scripts/makefile.sgi +++ b/scripts/makefile.sgi @@ -9,7 +9,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.48rc02 +PNGMIN = 1.2.48 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |