[gs-cvs] rev 8355 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Fri Nov 9 13:00:48 PST 2007


Author: giles
Date: 2007-11-09 13:00:48 -0800 (Fri, 09 Nov 2007)
New Revision: 8355

Modified:
   trunk/gs/src/all-arch.mak
   trunk/gs/src/bcwin32.mak
   trunk/gs/src/dvx-gcc.mak
   trunk/gs/src/macos-mcp.mak
   trunk/gs/src/macosx.mak
   trunk/gs/src/msvc32.mak
   trunk/gs/src/msvclib.mak
   trunk/gs/src/openvms.mak
   trunk/gs/src/openvms.mmk
   trunk/gs/src/os2.mak
   trunk/gs/src/ugcclib.mak
   trunk/gs/src/unix-gcc.mak
   trunk/gs/src/unixansi.mak
   trunk/gs/src/watclib.mak
   trunk/gs/src/watcw32.mak
Log:
Update the top level makefiles with the current libpng version number.


Modified: trunk/gs/src/all-arch.mak
===================================================================
--- trunk/gs/src/all-arch.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/all-arch.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -180,7 +180,7 @@
 			  GS_LIB_DEFAULT='$(GS_LIB_DEFAULT)' \
 			  JSRCDIR='$(JSRCDIR)' \
 			  PNGSRCDIR='$(PNGSRCDIR)' \
-			  PNGVERSION=10218 \
+			  PNGVERSION=10222 \
 			  SHARE_LIBPNG='$(SHARE_LIBPNG)' \
 			  SHARE_ZLIB='$(SHARE_ZLIB)' \
 			  XCFLAGS='$(XCFLAGS)' \

Modified: trunk/gs/src/bcwin32.mak
===================================================================
--- trunk/gs/src/bcwin32.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/bcwin32.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -163,7 +163,7 @@
 
 !ifndef PNGSRCDIR
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 !endif
 
 # Define the directory where the zlib sources are stored.

Modified: trunk/gs/src/dvx-gcc.mak
===================================================================
--- trunk/gs/src/dvx-gcc.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/dvx-gcc.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -120,7 +120,7 @@
 # See libpng.mak for more information.
 
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 
 # Choose whether to use a shared version of the PNG library (-lpng).
 # See gs.mak and Make.htm for more information.

Modified: trunk/gs/src/macos-mcp.mak
===================================================================
--- trunk/gs/src/macos-mcp.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/macos-mcp.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -110,7 +110,7 @@
 # See libpng.mak for more information.
 
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 
 # Define the directory where the zlib sources are stored.
 # See zlib.mak for more information.

Modified: trunk/gs/src/macosx.mak
===================================================================
--- trunk/gs/src/macosx.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/macosx.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -153,7 +153,7 @@
 # See libpng.mak for more information.
 
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 
 # Choose whether to use a shared version of the PNG library, and if so,
 # what its name is.

Modified: trunk/gs/src/msvc32.mak
===================================================================
--- trunk/gs/src/msvc32.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/msvc32.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -198,7 +198,7 @@
 
 !ifndef PNGSRCDIR
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 !endif
 
 # Define the directory where the zlib sources are stored.

Modified: trunk/gs/src/msvclib.mak
===================================================================
--- trunk/gs/src/msvclib.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/msvclib.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -131,7 +131,7 @@
 
 !ifndef PNGSRCDIR
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 !endif
 
 # Define the directory where the zlib sources are stored.

Modified: trunk/gs/src/openvms.mak
===================================================================
--- trunk/gs/src/openvms.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/openvms.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -124,7 +124,7 @@
 # See libpng.mak for more information.
 
 PNGSRCDIR=[.libpng]
-PNGVERSION=10218
+PNGVERSION=10222
 
 # Define the directory where the zlib sources are stored.
 # See zlib.mak for more information.

Modified: trunk/gs/src/openvms.mmk
===================================================================
--- trunk/gs/src/openvms.mmk	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/openvms.mmk	2007-11-09 21:00:48 UTC (rev 8355)
@@ -137,7 +137,7 @@
 .else
 PNGSRCDIR=[--.libpng]
 .endif
-PNGVERSION=10208
+PNGVERSION=10222
 
 # Define the directory where the zlib sources are stored.
 # See zlib.mak for more information.

Modified: trunk/gs/src/os2.mak
===================================================================
--- trunk/gs/src/os2.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/os2.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -124,7 +124,7 @@
 # See libpng.mak for more information.
 
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 
 # Define the directory where the zlib sources are stored.
 # See zlib.mak for more information.

Modified: trunk/gs/src/ugcclib.mak
===================================================================
--- trunk/gs/src/ugcclib.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/ugcclib.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -48,7 +48,7 @@
 JPEG_NAME=jpeg
 
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 SHARE_LIBPNG=1
 LIBPNG_NAME=png
 

Modified: trunk/gs/src/unix-gcc.mak
===================================================================
--- trunk/gs/src/unix-gcc.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/unix-gcc.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -151,7 +151,7 @@
 # See libpng.mak for more information.
 
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 
 # Choose whether to use a shared version of the PNG library, and if so,
 # what its name is.

Modified: trunk/gs/src/unixansi.mak
===================================================================
--- trunk/gs/src/unixansi.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/unixansi.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -136,7 +136,7 @@
 # See libpng.mak for more information.
 
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 
 # Choose whether to use a shared version of the PNG library, and if so,
 # what its name is.

Modified: trunk/gs/src/watclib.mak
===================================================================
--- trunk/gs/src/watclib.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/watclib.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -64,7 +64,7 @@
 PNGSRCDIR=libpng
 !endif
 !ifndef PNGVERSION
-PNGVERSION=10218
+PNGVERSION=10222
 !endif
 
 !ifndef ZSRCDIR

Modified: trunk/gs/src/watcw32.mak
===================================================================
--- trunk/gs/src/watcw32.mak	2007-11-09 20:58:19 UTC (rev 8354)
+++ trunk/gs/src/watcw32.mak	2007-11-09 21:00:48 UTC (rev 8355)
@@ -113,7 +113,7 @@
 # See libpng.mak for more information.
 
 PNGSRCDIR=libpng
-PNGVERSION=10218
+PNGVERSION=10222
 
 # Define the directory where the zlib sources are stored.
 # See zlib.mak for more information.



More information about the gs-cvs mailing list