diff --git a/FontVal/AssemblyInfo.cs b/FontVal/AssemblyInfo.cs index 1846167..71086b2 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.1")] +[assembly: AssemblyInformationalVersion("2.1.2")] // // 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 1def125..03017d6 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.1"; + static string version = "2.1.2"; static void ErrOut( string s ) {