Skip to content

Commit 72b41cc

Browse files
author
Bruno Lowagie
committedFeb 29, 2012
Preparing iText 5.2.0
1 parent 2a43699 commit 72b41cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎itext-asian.pom

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>itext-asian</artifactId>
1212
<packaging>jar</packaging>
1313
<name>iText, a Free Java-PDF library</name>
14-
<version>5.1.4</version>
14+
<version>5.2.0</version>
1515
<!-- General Info -->
1616
<description>iTextAsian fonts for use in conjunction with iText, a free Java-PDF library</description>
1717
<url>http://www.itextpdf.com/</url>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>itextpdf</artifactId>
1212
<packaging>jar</packaging>
1313
<name>iText, a Free Java-PDF library</name>
14-
<version>5.1.4-SNAPSHOT</version>
14+
<version>5.2.0</version>
1515
<description>iText, a free Java-PDF library</description>
1616
<!-- General Info -->
1717
<url>http://www.itextpdf.com/</url>

‎src/main/java/com/itextpdf/text/Document.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ public class Document implements DocListener {
106106
* For debugging purposes, we request you NOT to change this constant.
107107
* @since 2.1.6
108108
*/
109-
private static final String RELEASE = "5.1.4-SNAPSHOT";
109+
private static final String RELEASE = "5.2.0";
110110
/**
111111
* This constant the iText version as shown in the producer line.
112112
* iText is a product developed by 1T3XT BVBA.
113113
* 1T3XT requests that you retain the iText producer line
114114
* in every PDF that is created or manipulated using iText.
115115
*/
116-
private static final String ITEXT_VERSION = ITEXT + " " + RELEASE + " \u00a92000-2011 1T3XT BVBA";
116+
private static final String ITEXT_VERSION = ITEXT + " " + RELEASE + " \u00a92000-2012 1T3XT BVBA";
117117

118118
/**
119119
* Allows the pdf documents to be produced without compression for debugging

0 commit comments

Comments
 (0)
Please sign in to comment.