Skip to content

Commit

Permalink
Version iTextSharp 4.1.6
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/itextsharp/code/trunk@51 820d3149-562b-4f88-9aa4-a8e61a3485cf
  • Loading branch information
psoares33 committed Jul 6, 2009
1 parent 3fd82f8 commit f79fd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/iTextSharp/text/Document.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ public class Document : IDocListener {
* This constant may only be changed by Paulo Soares and/or Bruno Lowagie.
* @since 2.1.6
*/
private const String ITEXT = "iText";
private const String ITEXT = "iTextSharp";
/**
* This constant may only be changed by Paulo Soares and/or Bruno Lowagie.
* @since 2.1.6
*/
private const String RELEASE = "4.1.6 .NET";
private const String RELEASE = "4.1.6";
/** This constant may only be changed by Paulo Soares and/or Bruno Lowagie. */
private const String ITEXT_VERSION = ITEXT + " " + RELEASE + " by 1T3XT";

Expand Down

0 comments on commit f79fd3b

Please sign in to comment.