You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2012/06/23 21:17:07 UTC

svn commit: r1353180 - /xmlgraphics/commons/branches/commons-1_5rc1/src/java/org/apache/xmlgraphics/ps/PSProcSets.java

Author: gadams
Date: Sat Jun 23 19:17:07 2012
New Revision: 1353180

URL: http://svn.apache.org/viewvc?rev=1353180&view=rev
Log:
Increased version number of Std ProcSet since change from rev. 954557 introduced incompatibility

Modified:
    xmlgraphics/commons/branches/commons-1_5rc1/src/java/org/apache/xmlgraphics/ps/PSProcSets.java

Modified: xmlgraphics/commons/branches/commons-1_5rc1/src/java/org/apache/xmlgraphics/ps/PSProcSets.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/commons-1_5rc1/src/java/org/apache/xmlgraphics/ps/PSProcSets.java?rev=1353180&r1=1353179&r2=1353180&view=diff
==============================================================================
--- xmlgraphics/commons/branches/commons-1_5rc1/src/java/org/apache/xmlgraphics/ps/PSProcSets.java (original)
+++ xmlgraphics/commons/branches/commons-1_5rc1/src/java/org/apache/xmlgraphics/ps/PSProcSets.java Sat Jun 23 19:17:07 2012
@@ -82,7 +82,7 @@ public final class PSProcSets {
         }
 
         public StdProcSet() {
-            super("Apache XML Graphics Std ProcSet", 1.1f, 0);
+            super("Apache XML Graphics Std ProcSet", 1.2f, 0);
         }
 
         public void writeTo(PSGenerator gen) throws IOException {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org