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

giles at ghostscript.com giles at ghostscript.com
Fri May 11 10:02:32 PDT 2007


Author: giles
Date: 2007-05-11 10:02:29 -0700 (Fri, 11 May 2007)
New Revision: 7949

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/os2.mak
   trunk/gs/src/ugcclib.mak
   trunk/gs/src/unix-gcc.mak
   trunk/gs/src/unixansi.mak
   trunk/gs/src/version.mak
   trunk/gs/src/watclib.mak
   trunk/gs/src/watcw32.mak
Log:
Update the libpng version listed in the top-level makefiles.


Modified: trunk/gs/src/all-arch.mak
===================================================================
--- trunk/gs/src/all-arch.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/all-arch.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -181,7 +181,7 @@
 			  JSRCDIR='$(JSRCDIR)' \
 			  PNGSRCDIR='$(PNGSRCDIR)' \
 			  PSRCDIR='$(PNGSRCDIR)' \
-			  PVERSION=10208 \
+			  PVERSION=10216 \
 			  SHARE_LIBPNG='$(SHARE_LIBPNG)' \
 			  SHARE_ZLIB='$(SHARE_ZLIB)' \
 			  XCFLAGS='$(XCFLAGS)' \

Modified: trunk/gs/src/bcwin32.mak
===================================================================
--- trunk/gs/src/bcwin32.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/bcwin32.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -149,7 +149,7 @@
 
 !ifndef PSRCDIR
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 !endif
 
 # Define the directory where the zlib sources are stored.

Modified: trunk/gs/src/dvx-gcc.mak
===================================================================
--- trunk/gs/src/dvx-gcc.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/dvx-gcc.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -124,7 +124,7 @@
 # See libpng.mak for more information.
 
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 
 # 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-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/macos-mcp.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -110,7 +110,7 @@
 # See libpng.mak for more information.
 
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 
 # 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-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/macosx.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -154,7 +154,7 @@
 # See libpng.mak for more information.
 
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 
 # 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-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/msvc32.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -206,7 +206,7 @@
 
 !ifndef PSRCDIR
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 !endif
 
 # Define the directory where the zlib sources are stored.

Modified: trunk/gs/src/msvclib.mak
===================================================================
--- trunk/gs/src/msvclib.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/msvclib.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -139,7 +139,7 @@
 
 !ifndef PSRCDIR
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 !endif
 
 # Define the directory where the zlib sources are stored.

Modified: trunk/gs/src/openvms.mak
===================================================================
--- trunk/gs/src/openvms.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/openvms.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -124,7 +124,7 @@
 # See libpng.mak for more information.
 
 PSRCDIR=[.libpng]
-PVERSION=10208
+PVERSION=10216
 
 # 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-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/os2.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -130,7 +130,7 @@
 # See libpng.mak for more information.
 
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 
 # 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-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/ugcclib.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -48,7 +48,7 @@
 JPEG_NAME=jpeg
 
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 SHARE_LIBPNG=1
 LIBPNG_NAME=png
 

Modified: trunk/gs/src/unix-gcc.mak
===================================================================
--- trunk/gs/src/unix-gcc.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/unix-gcc.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -152,7 +152,7 @@
 # See libpng.mak for more information.
 
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 
 # 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-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/unixansi.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -140,7 +140,7 @@
 # See libpng.mak for more information.
 
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 
 # Choose whether to use a shared version of the PNG library, and if so,
 # what its name is.

Modified: trunk/gs/src/version.mak
===================================================================
--- trunk/gs/src/version.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/version.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -1,4 +1,4 @@
-#  Copyright (C) 2001-2006 artofcode LLC.
+#  Copyright (C) 2001-2007 artofcode LLC.
 #  All Rights Reserved.
 #
 #  This software is provided AS-IS with no warranty, either express or
@@ -19,7 +19,7 @@
 GS_VERSION_MINOR=57
 GS_VERSION_MINOR0=57
 # Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20070315
+GS_REVISIONDATE=20070511
 # Derived values
 GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
 GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)

Modified: trunk/gs/src/watclib.mak
===================================================================
--- trunk/gs/src/watclib.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/watclib.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -67,7 +67,7 @@
 PSRCDIR=libpng
 !endif
 !ifndef PVERSION
-PVERSION=10208
+PVERSION=10216
 !endif
 
 !ifndef ZSRCDIR

Modified: trunk/gs/src/watcw32.mak
===================================================================
--- trunk/gs/src/watcw32.mak	2007-05-11 16:53:33 UTC (rev 7948)
+++ trunk/gs/src/watcw32.mak	2007-05-11 17:02:29 UTC (rev 7949)
@@ -119,7 +119,7 @@
 # See libpng.mak for more information.
 
 PSRCDIR=libpng
-PVERSION=10208
+PVERSION=10216
 
 # Define the directory where the zlib sources are stored.
 # See zlib.mak for more information.



More information about the gs-cvs mailing list