Release v2.7.0

This commit is contained in:
MartinEesmaa
2024-06-23 17:52:28 +10:00
parent 19b912bff1
commit 61860c0dfb
4 changed files with 19 additions and 5 deletions

View File

@ -6,8 +6,8 @@ namespace VVCEasy
{
public static void Main()
{
string version = "v2.5.0";
string codeversion = "Pretty big greatest ever!";
string version = "v2.7.0";
string codeversion = "Martin Eesmaa at age 19, wow nice!";
string title = "Martin Eesmaa / VVCEasy";
bool exit = false;
Console.Title = title;