From f79fd3b6558276d857000b7f53aaa61014a16c33 Mon Sep 17 00:00:00 2001 From: psoares33 Date: Mon, 6 Jul 2009 21:51:54 +0000 Subject: [PATCH] Version iTextSharp 4.1.6 git-svn-id: svn://svn.code.sf.net/p/itextsharp/code/trunk@51 820d3149-562b-4f88-9aa4-a8e61a3485cf --- src/core/iTextSharp/text/Document.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/iTextSharp/text/Document.cs b/src/core/iTextSharp/text/Document.cs index 59dbf13..204392a 100644 --- a/src/core/iTextSharp/text/Document.cs +++ b/src/core/iTextSharp/text/Document.cs @@ -104,12 +104,12 @@ namespace iTextSharp.text { * 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";