From 2292eb8abe4867fa57f85b184fbb55fb252fdb44 Mon Sep 17 00:00:00 2001 From: sam-astro <77079540+sam-astro@users.noreply.github.com> Date: Sun, 28 Aug 2022 12:52:33 -0400 Subject: [PATCH] Update version --- ZSharp/Main.cpp | 2 +- ZSharp/ZSharpInstallerMakerInnoSetup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZSharp/Main.cpp b/ZSharp/Main.cpp index f26196c..63d7650 100644 --- a/ZSharp/Main.cpp +++ b/ZSharp/Main.cpp @@ -5,7 +5,7 @@ //bool DEVELOPER_MESSAGES = true; #define DEVELOPER_MESSAGES false #define EXAMPLE_PROJECT false -#define NAMEVERSION "ZSharp v2.1.2-alpha" +#define NAMEVERSION "ZSharp v2.1.3-alpha" #if defined(__unix__) #define UNIX true diff --git a/ZSharp/ZSharpInstallerMakerInnoSetup.iss b/ZSharp/ZSharpInstallerMakerInnoSetup.iss index 46278ac..a7f8d1c 100644 --- a/ZSharp/ZSharpInstallerMakerInnoSetup.iss +++ b/ZSharp/ZSharpInstallerMakerInnoSetup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Z-Sharp" -#define MyAppVersion "2.1.2-alpha" +#define MyAppVersion "2.1.3-alpha" #define MyAppPublisher "AstroSam" #define MyAppURL "https://github.com/sam-astro/Z-Sharp" #define MyAppExeName "ZSharp.exe"