diff options
author | Pixel <pixel@nobis-crew.org> | 2010-06-10 15:30:25 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2010-06-10 15:30:25 -0700 |
commit | dd86dcc28629225881de61f63394132eb0cb0e2a (patch) | |
tree | 26bcfb8c0e64117e9a4489c308adf9ca7940319f /script-editor/Properties | |
parent | c07307cb655e8449bb05052ec28993857ac27836 (diff) | |
parent | bb7745a988db1c4be68e4b12b51e16a7e5a21f8e (diff) |
Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/VP-hack
Diffstat (limited to 'script-editor/Properties')
-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" ) ] |