diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-02 09:38:45 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-02 09:41:34 -0500 |
commit | 60668aa210bf22ee65fc37b5ef036cbcfcc804c3 (patch) | |
tree | 8bab7b5a3719899b0f71155ea4f954378908b9f7 /scripts/makefile.solaris-x86 | |
parent | 455e8a42810b5906c9f6edb4d3de15e54ab59d05 (diff) | |
download | libpng-60668aa210bf22ee65fc37b5ef036cbcfcc804c3.tar.gz |
[master] Bump version to 1.2.4beta04
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 189685380..63f0a1ada 100644 --- a/scripts/makefile.solaris-x86 +++ b/scripts/makefile.solaris-x86 @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41beta03 +PNGMIN = 1.2.41beta04 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |