diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-17 19:18:43 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-17 19:20:53 -0500 |
commit | 41cad5fbedeebbe776eeabd7dd40a97833bb7f14 (patch) | |
tree | 1d4dfa1ef36b468aa12bc0434aa182d7b3b8df98 /scripts/makefile.solaris-x86 | |
parent | e4f15b0f0ecf2be2b1300edbf8ce78c2270c3b4d (diff) | |
download | libpng-41cad5fbedeebbe776eeabd7dd40a97833bb7f14.tar.gz |
[master] Bump version to 1.2.41beta06
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 48ad65b18..b884455a5 100644 --- a/scripts/makefile.solaris-x86 +++ b/scripts/makefile.solaris-x86 @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41beta05 +PNGMIN = 1.2.41beta06 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |