From 55e474641adb66380f17fbabf99bec7204e6158f Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Tue, 16 Jun 2020 13:47:37 +0100 Subject: [PATCH] bump version up to 2.1.6 --- FontVal/AssemblyInfo.cs | 2 +- FontValidator/CmdLineInterface.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FontVal/AssemblyInfo.cs b/FontVal/AssemblyInfo.cs index 657b735..2a62c68 100644 --- a/FontVal/AssemblyInfo.cs +++ b/FontVal/AssemblyInfo.cs @@ -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 diff --git a/FontValidator/CmdLineInterface.cs b/FontValidator/CmdLineInterface.cs index b7f7557..2f5811f 100644 --- a/FontValidator/CmdLineInterface.cs +++ b/FontValidator/CmdLineInterface.cs @@ -27,7 +27,7 @@ public class CmdLineInterface : Driver.DriverCallbacks List m_captions = new List(); bool m_verbose; bool m_report2stdout; - static string version = "2.1.5"; + static string version = "2.1.6"; static void ErrOut( string s ) {