diff --git a/McBitFont/Form1.cs b/McBitFont/Form1.cs index 8de50dd..650c58c 100644 --- a/McBitFont/Form1.cs +++ b/McBitFont/Form1.cs @@ -51,7 +51,7 @@ namespace McBitFont { public bool monospaced = false; bool modified = false; bool prjModified = false; - public const string version = "1.5"; + public const string version = "1.6"; public string prjName = "Untitled"; public int codepage = 1251; private FrameMiniature fbuf; diff --git a/McBitFont/Properties/AssemblyInfo.cs b/McBitFont/Properties/AssemblyInfo.cs index c9fd1c8..1c9ea79 100644 --- a/McBitFont/Properties/AssemblyInfo.cs +++ b/McBitFont/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Можно задать все значения или принять номера сборки и редакции по умолчанию // используя "*", как показано ниже: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")]