Skip to content

Commit

Permalink
Fiddle with the versions: Qiqqa and QiqqaOCR should have the same bui…
Browse files Browse the repository at this point in the history
…ld/version numbers.

TODO: The Version number needs to be updated in a few more places too.
  • Loading branch information
GerHobbelt committed Sep 3, 2019
1 parent 4907f6e commit 7b0be10
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
10 changes: 10 additions & 0 deletions Qiqqa/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
using System.Runtime.InteropServices;
using System.Windows;

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("81.0.*")]
[assembly: AssemblyCompany("Quantisle")]
[assembly: AssemblyCopyright("Copyright © Quantisle 2010-2019. All rights reserved.")]
Expand Down
23 changes: 11 additions & 12 deletions QiqqaOCR/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
[assembly: AssemblyTitle("QiqqaOCR")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("81.0.*")]
[assembly: AssemblyCompany("Quantisle")]
[assembly: AssemblyProduct("QiqqaOCR")]
[assembly: AssemblyCopyright("Copyright © Quantisle 2010-2019. All rights reserved.")]
Expand All @@ -21,15 +32,3 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("8fe84539-780e-481c-b169-ec21fa65d4a8")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 7b0be10

Please sign in to comment.