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";