From 66c13cdce420964387335715bb0ea6c704f078e5 Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Wed, 20 Jan 2010 10:15:08 +0000 Subject: [PATCH] Updated copyright information. --- AssemblyVersion.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index ab22f4b..14ad7d6 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -1,9 +1,9 @@ using System.Reflection; -[assembly: AssemblyCompany("Dario Solera")] +[assembly: AssemblyCompany("Threeplicate Srl")] [assembly: AssemblyProduct("ScrewTurn Wiki")] -[assembly: AssemblyCopyright("Copyright © Dario Solera 2006-2010")] +[assembly: AssemblyCopyright("Copyright © Threeplicate Srl 2006-2010")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.1.458")] -[assembly: AssemblyFileVersion("3.0.1.458")] +[assembly: AssemblyVersion("3.0.1.459")] +[assembly: AssemblyFileVersion("3.0.1.459")]