From 2aa7efc460f9f85d3bf95aaea04c824bbedfb0f1 Mon Sep 17 00:00:00 2001 From: MartinEesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Fri, 25 Feb 2022 15:50:39 +1100 Subject: [PATCH] Changed version from v.0.0.1 to v.0.5.0 --- VVCEasy_compiler.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VVCEasy_compiler.iss b/VVCEasy_compiler.iss index a4e53d2..80205c2 100644 --- a/VVCEasy_compiler.iss +++ b/VVCEasy_compiler.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "VVCEasy" -#define MyAppVersion "0.0.1" +#define MyAppVersion "0.5.0" #define MyAppPublisher "Martin Eesmaa" #define MyAppURL "https://github.com/MartinEesmaa/VVCEasy"