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 ) {