From 9d716dfe320597b8a1517b917914a64505a53087 Mon Sep 17 00:00:00 2001 From: Bernhard Schelling <14200249+schellingb@users.noreply.github.com> Date: Mon, 1 May 2023 23:56:55 +0900 Subject: [PATCH] Increase version number --- MultiForm.cs | 2 +- RDBEd.cs | 8 ++++---- RDBEdForm.cs | 2 +- RegexForm.cs | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/MultiForm.cs b/MultiForm.cs index 21fc2d2..3bc7abc 100644 --- a/MultiForm.cs +++ b/MultiForm.cs @@ -1,5 +1,5 @@ /* RDBEd - Retro RDB & DAT Editor - * Copyright (C) 2020 - Bernhard Schelling + * Copyright (C) 2020-2023 - Bernhard Schelling * * RDBEd is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/RDBEd.cs b/RDBEd.cs index 8a9fc18..5b2fdaa 100644 --- a/RDBEd.cs +++ b/RDBEd.cs @@ -1,5 +1,5 @@ /* RDBEd - Retro RDB & DAT Editor - * Copyright (C) 2020-2021 - Bernhard Schelling + * Copyright (C) 2020-2023 - Bernhard Schelling * * RDBEd is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- @@ -22,10 +22,10 @@ [assembly: System.Reflection.AssemblyProduct("RDBEd")] [assembly: System.Reflection.AssemblyTitle("RDBEd - Retro RDB & DAT Editor")] -[assembly: System.Reflection.AssemblyVersion("1.3.0.0")] -[assembly: System.Reflection.AssemblyFileVersion("1.3.0.0")] +[assembly: System.Reflection.AssemblyVersion("1.4.0.0")] +[assembly: System.Reflection.AssemblyFileVersion("1.4.0.0")] [assembly: System.Runtime.InteropServices.ComVisible(false)] -namespace RDBEd { static class About { public const string Text = "RDBEd 1.3 - Retro RDB & DAT Editor\n\nhttps://github.com/schellingb/RDBEd"; } } +namespace RDBEd { static class About { public const string Text = "RDBEd 1.4 - Retro RDB & DAT Editor\n\nhttps://github.com/schellingb/RDBEd"; } } namespace RDBEd { diff --git a/RDBEdForm.cs b/RDBEdForm.cs index 446fead..6c40659 100644 --- a/RDBEdForm.cs +++ b/RDBEdForm.cs @@ -1,5 +1,5 @@ /* RDBEd - Retro RDB & DAT Editor - * Copyright (C) 2023 - Bernhard Schelling + * Copyright (C) 2020-2023 - Bernhard Schelling * * RDBEd is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/RegexForm.cs b/RegexForm.cs index 2c4fcc2..00f7bcf 100644 --- a/RegexForm.cs +++ b/RegexForm.cs @@ -1,5 +1,5 @@ /* RDBEd - Retro RDB & DAT Editor - * Copyright (C) 2020 - Bernhard Schelling + * Copyright (C) 2020-2023 - Bernhard Schelling * * RDBEd is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found-