From 78455c91b09616e2ff6713adbd6d44463a80608b Mon Sep 17 00:00:00 2001 From: Jes Date: Thu, 14 Jan 2010 19:01:07 +0100 Subject: Mise à jour de l'éditeur MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-editor/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script-editor/Properties/AssemblyInfo.cs') diff --git a/script-editor/Properties/AssemblyInfo.cs b/script-editor/Properties/AssemblyInfo.cs index dc2b223..c29719e 100644 --- a/script-editor/Properties/AssemblyInfo.cs +++ b/script-editor/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ using System.Windows.Forms; [ assembly: AssemblyDescription( "" ) ] [ assembly: AssemblyCompany( "" ) ] [ assembly: AssemblyProduct( "VPScriptEditor" ) ] -[ assembly: AssemblyCopyright( "Copyright © 2009" ) ] +[assembly: AssemblyCopyright("Copyright (C) 2009 Jes, Pixel, Vadd_VII")] [ assembly: AssemblyTrademark( "" ) ] [ assembly: ComVisible( false ) ] @@ -36,6 +36,6 @@ using System.Windows.Forms; // en utilisant '*', comme indiqué ci-dessous : // -[ assembly: AssemblyVersion( "1.0.0.0" ) ] +[assembly: AssemblyVersion("0.8.0.*")] [ assembly: AssemblyFileVersion( "1.0.0.0" ) ] -- cgit v1.2.3