Skip to content

Commit b447044

Browse files
committed
Update year in Version.java
DEVSIX-1028
1 parent 215e767 commit b447044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/main/java/com/itextpdf/kernel/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public final class Version {
7979
* iText Group requests that you retain the iText producer line
8080
* in every PDF that is created or manipulated using iText.
8181
*/
82-
private String iTextVersion = iText + " " + release + " \u00a92000-2016 iText Group NV";
82+
private String iTextVersion = iText + " " + release + " \u00a92000-2017 iText Group NV";
8383

8484
/**
8585
* The license key.

0 commit comments

Comments
 (0)