diff --git a/Launcher/APDoomLauncher/Form1.Designer.cs b/Launcher/APDoomLauncher/Form1.Designer.cs index 244c0b8613..beae00121c 100644 --- a/Launcher/APDoomLauncher/Form1.Designer.cs +++ b/Launcher/APDoomLauncher/Form1.Designer.cs @@ -255,7 +255,7 @@ private void InitializeComponent() this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(155, 17); this.label7.TabIndex = 9; - this.label7.Text = "APDOOM 0.13.1 (beta)"; + this.label7.Text = "APDOOM 0.13.2 (beta)"; // // pictureBox3 // diff --git a/src/archipelago/apdoom.h b/src/archipelago/apdoom.h index 8e9a258c84..2b1278d39c 100644 --- a/src/archipelago/apdoom.h +++ b/src/archipelago/apdoom.h @@ -28,7 +28,7 @@ extern "C" #define APDOOM_MAJOR 0 #define APDOOM_MINOR 13 -#define APDOOM_PATCH 1 +#define APDOOM_PATCH 2 #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)