Version iTextSharp 4.1.6

git-svn-id: svn://svn.code.sf.net/p/itextsharp/code/trunk@51 820d3149-562b-4f88-9aa4-a8e61a3485cf
master
psoares33 2009-07-06 21:51:54 +00:00
parent 3fd82f893e
commit f79fd3b655
1 changed files with 2 additions and 2 deletions

View File

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