Skip to content

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinematics committed Dec 21, 2012
1 parent db982d7 commit c8607cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FFXILogParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.6.4")]
[assembly: AssemblyVersion("1.6.5")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down Expand Up @@ -56,4 +56,4 @@
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersionAttribute("1.6.4.0")]
[assembly: AssemblyFileVersionAttribute("1.6.5.0")]
4 changes: 2 additions & 2 deletions ParserCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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.6.3")]
[assembly: AssemblyFileVersion("1.6.3.0")]
[assembly: AssemblyVersion("1.6.5")]
[assembly: AssemblyFileVersion("1.6.5.0")]

[assembly: InternalsVisibleTo("UnitTests")]

0 comments on commit c8607cf

Please sign in to comment.