From 6d1cafd583b1df492d043879c953e947ccb72a18 Mon Sep 17 00:00:00 2001 From: php42 Date: Fri, 10 Jul 2020 13:03:09 -0700 Subject: [PATCH] version bump --- common/version.h | 2 +- editor/MainWindow.Designer.cs | 22 +++++++++++----------- patcher/Form1.Designer.cs | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/common/version.h b/common/version.h index 585676c..d9993d4 100644 --- a/common/version.h +++ b/common/version.h @@ -16,4 +16,4 @@ #pragma once -#define VERSION_STRING "v1.3.0" +#define VERSION_STRING "v1.3.1" diff --git a/editor/MainWindow.Designer.cs b/editor/MainWindow.Designer.cs index 4ec586f..2d43f23 100644 --- a/editor/MainWindow.Designer.cs +++ b/editor/MainWindow.Designer.cs @@ -1595,6 +1595,16 @@ private void InitializeComponent() label70.Size = new System.Drawing.Size(60, 13); label70.TabIndex = 24; label70.Text = "Description"; + // + // label113 + // + label113.AutoSize = true; + label113.Location = new System.Drawing.Point(8, 423); + label113.Name = "label113"; + label113.Size = new System.Drawing.Size(427, 13); + label113.TabIndex = 27; + label113.Text = "For skill animations and other hackery, there is a separate patch for the game ex" + + "ecutable:"; // // HookLinkLabel // @@ -1606,16 +1616,6 @@ private void InitializeComponent() this.HookLinkLabel.TabStop = true; this.HookLinkLabel.Text = "https://github.com/php42/TPDPHook"; this.HookLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HookLinkLabel_LinkClicked); - // - // label113 - // - label113.AutoSize = true; - label113.Location = new System.Drawing.Point(8, 423); - label113.Name = "label113"; - label113.Size = new System.Drawing.Size(427, 13); - label113.TabIndex = 27; - label113.Text = "For skill animations and other hackery, there is a separate patch for the game ex" + - "ecutable:"; // // TabControl // @@ -3968,7 +3968,7 @@ private void InitializeComponent() this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(792, 620); this.Name = "EditorMainWindow"; - this.Text = "TPDP Editor v1.3.0"; + this.Text = "TPDP Editor v1.3.1"; groupBox10.ResumeLayout(false); groupBox10.PerformLayout(); this.TabControl.ResumeLayout(false); diff --git a/patcher/Form1.Designer.cs b/patcher/Form1.Designer.cs index 40a44c1..7cc7915 100644 --- a/patcher/Form1.Designer.cs +++ b/patcher/Form1.Designer.cs @@ -141,7 +141,7 @@ private void InitializeComponent() this.MaximizeBox = false; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "TPDP \"Romhack\" Patcher v1.3.0"; + this.Text = "TPDP \"Romhack\" Patcher v1.3.1"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false);