Skip to content

Commit 9d716df

Browse files
committed
Increase version number
1 parent 244909c commit 9d716df

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

MultiForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* RDBEd - Retro RDB & DAT Editor
2-
* Copyright (C) 2020 - Bernhard Schelling
2+
* Copyright (C) 2020-2023 - Bernhard Schelling
33
*
44
* RDBEd is free software: you can redistribute it and/or modify it under the terms
55
* of the GNU General Public License as published by the Free Software Found-

RDBEd.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* RDBEd - Retro RDB & DAT Editor
2-
* Copyright (C) 2020-2021 - Bernhard Schelling
2+
* Copyright (C) 2020-2023 - Bernhard Schelling
33
*
44
* RDBEd is free software: you can redistribute it and/or modify it under the terms
55
* of the GNU General Public License as published by the Free Software Found-
@@ -22,10 +22,10 @@
2222

2323
[assembly: System.Reflection.AssemblyProduct("RDBEd")]
2424
[assembly: System.Reflection.AssemblyTitle("RDBEd - Retro RDB & DAT Editor")]
25-
[assembly: System.Reflection.AssemblyVersion("1.3.0.0")]
26-
[assembly: System.Reflection.AssemblyFileVersion("1.3.0.0")]
25+
[assembly: System.Reflection.AssemblyVersion("1.4.0.0")]
26+
[assembly: System.Reflection.AssemblyFileVersion("1.4.0.0")]
2727
[assembly: System.Runtime.InteropServices.ComVisible(false)]
28-
namespace RDBEd { static class About { public const string Text = "RDBEd 1.3 - Retro RDB & DAT Editor\n\nhttps://github.com/schellingb/RDBEd"; } }
28+
namespace RDBEd { static class About { public const string Text = "RDBEd 1.4 - Retro RDB & DAT Editor\n\nhttps://github.com/schellingb/RDBEd"; } }
2929

3030
namespace RDBEd
3131
{

RDBEdForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* RDBEd - Retro RDB & DAT Editor
2-
* Copyright (C) 2023 - Bernhard Schelling
2+
* Copyright (C) 2020-2023 - Bernhard Schelling
33
*
44
* RDBEd is free software: you can redistribute it and/or modify it under the terms
55
* of the GNU General Public License as published by the Free Software Found-

RegexForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* RDBEd - Retro RDB & DAT Editor
2-
* Copyright (C) 2020 - Bernhard Schelling
2+
* Copyright (C) 2020-2023 - Bernhard Schelling
33
*
44
* RDBEd is free software: you can redistribute it and/or modify it under the terms
55
* of the GNU General Public License as published by the Free Software Found-

0 commit comments

Comments
 (0)