v2.6 release preps

This commit is contained in:
Anton Mukhin
2025-06-20 11:35:00 +03:00
parent 346088b532
commit c092aebeca
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ namespace McBitFont {
}
private void About_Load(object sender, EventArgs e) {
lblVersion.Text = "Version: v" + MainForm.version;
lblVersion.Text = "Version: " + MainForm.version;
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {