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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Sep 5, 2018
1 parent 64db9ff commit 94c63d3
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.1")]
[assembly: AssemblyInformationalVersion("2.1.2")]

//
// 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.1";
static string version = "2.1.2";

static void ErrOut( string s )
{
Expand Down

0 comments on commit 94c63d3

Please sign in to comment.