Changed Release version info

This commit is contained in:
2023-07-05 02:36:24 +03:00
parent 9d1ca65f34
commit 72ad6e5be0
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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")]