Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
bump version up to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Jun 16, 2020
1 parent 0bfe3f5 commit 55e4746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FontVal/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.1.*")]
[assembly: AssemblyInformationalVersion("2.1.5")]
[assembly: AssemblyInformationalVersion("2.1.6")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
2 changes: 1 addition & 1 deletion FontValidator/CmdLineInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class CmdLineInterface : Driver.DriverCallbacks
List<string> m_captions = new List<string>();
bool m_verbose;
bool m_report2stdout;
static string version = "2.1.5";
static string version = "2.1.6";

static void ErrOut( string s )
{
Expand Down

0 comments on commit 55e4746

Please sign in to comment.