Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Serialbocks committed Aug 16, 2022
1 parent 25b4deb commit 37a5280
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion installer/SupersonicMarioInstaller/uxInstallerForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace SupersonicMarioInstaller
{
public partial class uxInstallerForm : Form
{
private const string VERSION = "V1.0.0";
private const string VERSION = "V1.1.0";

private const string NEXT_BUTTON_TEXT = "Next >";
private const string AGREE_BUTTON_TEXT = "I Agree";
Expand Down
2 changes: 1 addition & 1 deletion source/SupersonicMarioPlugin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define STRINGIZE(s) STRINGIZE2(s)

#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_MINOR 1
#define VERSION_REVISION 0

#define VERSION_BUILD 0
Expand Down

0 comments on commit 37a5280

Please sign in to comment.