Skip to content

Commit

Permalink
Made alpha mode obvious and fixed assembly version def
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixone-FinallyHere committed Oct 4, 2023
1 parent 2ee4cd3 commit 10aff1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DS_Map/Main Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public partial class MainProgram : Form {
public MainProgram() {
InitializeComponent();
SetMenuLayout(Properties.Settings.Default.menuLayout); //Read user settings for menu layout
Text = "DS Pokémon Rom Editor Reloaded " + GetDSPREVersion() + " (Nømura, AdAstra/LD3005, Mixone)";
Text = "DS Pokémon Rom Editor Reloaded " + GetDSPREVersion() + "a (Nømura, AdAstra/LD3005, Mixone) - Alpha Testing version";
}

#region Program Window
Expand Down
4 changes: 2 additions & 2 deletions DS_Map/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// usando l'asterisco '*' come illustrato di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.10.1a")]
[assembly: AssemblyFileVersion("1.10.1a")]
[assembly: AssemblyVersion("1.10.1.1")]
[assembly: AssemblyFileVersion("1.10.1.1")]

0 comments on commit 10aff1f

Please sign in to comment.