From b468bfb32a1454f59e51a5d383ca018c6bb5bc1c Mon Sep 17 00:00:00 2001 From: psoares33 Date: Tue, 7 Jul 2009 06:30:07 +0000 Subject: [PATCH] Altered the assembly version. git-svn-id: svn://svn.code.sf.net/p/itextsharp/code/trunk@52 820d3149-562b-4f88-9aa4-a8e61a3485cf --- src/core/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/AssemblyInfo.cs b/src/core/AssemblyInfo.cs index ecaff651..6ac09341 100644 --- a/src/core/AssemblyInfo.cs +++ b/src/core/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright (C) 1999-2008 by Bruno Lowagie and Paulo Soares. All Rights Reserved.")] +[assembly: AssemblyCopyright("Copyright (C) 1999-2009 by Bruno Lowagie and Paulo Soares. All Rights Reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -26,7 +26,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.1.2")] +[assembly: AssemblyVersion("4.1.6")] // // In order to sign your assembly you must specify a key to use. Refer to the