Release v2.5.0

This commit is contained in:
MartinEesmaa
2024-04-11 20:48:32 +10:00
parent 5c234c2337
commit 89f1c4e56a
4 changed files with 26 additions and 6 deletions

View File

@ -6,8 +6,8 @@ namespace VVCEasy
{
public static void Main()
{
string version = "v2.0.0";
string codeversion = "Party of Martin Eesmaa's birthday at age 18.";
string version = "v2.5.0";
string codeversion = "Pretty big greatest ever!";
string title = "Martin Eesmaa / VVCEasy";
bool exit = false;
Console.Title = title;