From a0bba36d2713a3adf9346f066c07de131760be90 Mon Sep 17 00:00:00 2001 From: Daivuk Date: Wed, 17 Apr 2024 18:24:56 -0400 Subject: [PATCH] 1.1.0 --- Launcher/APDoomLauncher/Form1.Designer.cs | 2 +- src/archipelago/apdoom.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Launcher/APDoomLauncher/Form1.Designer.cs b/Launcher/APDoomLauncher/Form1.Designer.cs index 28977b81c..cffc50ede 100644 --- a/Launcher/APDoomLauncher/Form1.Designer.cs +++ b/Launcher/APDoomLauncher/Form1.Designer.cs @@ -257,7 +257,7 @@ private void InitializeComponent() this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(105, 17); this.label7.TabIndex = 9; - this.label7.Text = "APDOOM 1.0.4"; + this.label7.Text = "APDOOM 1.1.0"; // // pictureBox3 // diff --git a/src/archipelago/apdoom.h b/src/archipelago/apdoom.h index 4ee9f75b2..4f4e4ea8f 100644 --- a/src/archipelago/apdoom.h +++ b/src/archipelago/apdoom.h @@ -27,8 +27,8 @@ extern "C" #define APDOOM_MAJOR 1 -#define APDOOM_MINOR 0 -#define APDOOM_PATCH 4 +#define APDOOM_MINOR 1 +#define APDOOM_PATCH 0 #define APDOOM_STR(x) APDOOM_STR2(x) #define APDOOM_STR2(x) #x #define APDOOM_VERSION APDOOM_STR(APDOOM_MAJOR) "." APDOOM_STR(APDOOM_MINOR) "." APDOOM_STR(APDOOM_PATCH)