diff options
author | Jes <jes> | 2010-01-14 19:01:07 +0100 |
---|---|---|
committer | Jes <jes> | 2010-01-14 19:01:07 +0100 |
commit | 78455c91b09616e2ff6713adbd6d44463a80608b (patch) | |
tree | adf431be0dde10a2e7121348991893fd306de83a /script-editor/Properties/AssemblyInfo.cs | |
parent | 49b3d926ea33f486468f0bc855585968eacca124 (diff) |
Mise à jour de l'éditeur
Diffstat (limited to 'script-editor/Properties/AssemblyInfo.cs')
-rw-r--r-- | script-editor/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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.*")> -[ assembly: AssemblyVersion( "1.0.0.0" ) ] +[assembly: AssemblyVersion("0.8.0.*")] [ assembly: AssemblyFileVersion( "1.0.0.0" ) ] |