Parcourir la source

Change AssemblyInfo versions

k_john_gough_cp il y a 15 ans
Parent
commit
60222c11d2
2 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 2 2
      PERWAPI/Properties/AssemblyInfo.cs
  2. 4 4
      SymbolRW/Properties/AssemblyInfo.cs

+ 2 - 2
PERWAPI/Properties/AssemblyInfo.cs

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
 //      Build Number
 //      Revision
 //
-[assembly: AssemblyVersion("1.1.2.40")]
-[assembly: AssemblyFileVersion("1.1.2.40")]
+[assembly: AssemblyVersion("1.1.3.41234")]
+[assembly: AssemblyFileVersion("1.1.3.41234")]

+ 4 - 4
SymbolRW/Properties/AssemblyInfo.cs

@@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyTitle("SymbolWriter")]
 [assembly: AssemblyDescription("Symbol File Reader/Writer for PERWAPI")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Software Automata")]
+[assembly: AssemblyCompany("QUT")]
 [assembly: AssemblyProduct("SymbolWriter")]
-[assembly: AssemblyCopyright("Copyright © Software Automata 2008")]
+[assembly: AssemblyCopyright("John Gough, QUT")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("1.1.2.10")]
-[assembly: AssemblyFileVersion("1.1.2.10")]
+[assembly: AssemblyVersion("1.1.3.41234")]
+[assembly: AssemblyFileVersion("1.1.2.41234")]