Release v2.0.0

This commit is contained in:
MartinEesmaa
2023-06-22 21:39:58 +10:00
parent 1c67f4778d
commit 3684ae13f8
4 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,8 @@ namespace VVCEasy
{
public static void Main()
{
string version = "v.1.0.1";
string codeversion = "Summer time for fun.";
string version = "v2.0.0";
string codeversion = "Party of Martin Eesmaa's birthday at age 18.";
string title = "Martin Eesmaa / VVCEasy";
bool exit = false;
Console.Title = title;