diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-06-21 07:58:48 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-06-25 20:27:45 -0500 |
commit | 009516860a463923175787770643444b621547a6 (patch) | |
tree | 9fa49ad25efe6191e6a6172f2ca5a05ca9eae699 /scripts/makefile.solaris-x86 | |
parent | e4fc243de46252be7fea3e416ab2324155c6f9a5 (diff) | |
download | libpng-009516860a463923175787770643444b621547a6.tar.gz |
[legacy] Imported from libpng-1.2.44rc01.tarv1.2.44rc01
Diffstat (limited to 'scripts/makefile.solaris-x86')
-rw-r--r-- | scripts/makefile.solaris-x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.solaris-x86 b/scripts/makefile.solaris-x86 index 4f1c287c6..b6f686cfd 100644 --- a/scripts/makefile.solaris-x86 +++ b/scripts/makefile.solaris-x86 @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44beta03 +PNGMIN = 1.2.44rc01 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |