Skip to content

Commit

Permalink
Launcher: Update credits and remove mention of ZDoom from port path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle873 committed Jun 18, 2014
1 parent 2025615 commit 0ba5b0d
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 67 deletions.
128 changes: 64 additions & 64 deletions Utilities/Doom RPG Launcher/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Utilities/Doom RPG Launcher/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace DoomRPG
{
public partial class FormMain : Form
{
Version version = new Version(0, 8);
Version version = new Version(0, 8, 0, 1);
Config config = new Config();

public FormMain()
Expand Down
2 changes: 2 additions & 0 deletions Utilities/Doom RPG Launcher/FormMain.resx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Frozenwolf150
dijosef

Contributors
DavidPH, for DH-ACC/GDCC and code help

Ryan Cordell, for all kinds of sprites

Lord Misfit, for small snippets of scary code that I made not scary anymore
Expand Down
4 changes: 2 additions & 2 deletions Utilities/Doom RPG Launcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: AssemblyVersion("0.8.0.1")]
[assembly: AssemblyFileVersion("0.8.0.1")]

0 comments on commit 0ba5b0d

Please sign in to comment.