Skip to content

Commit

Permalink
Add version number, update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojemiru committed Apr 17, 2021
1 parent b3367a7 commit bcc5481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ModPacker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace AM2R_ModPacker
{
public partial class ModPacker : Form
{
private static readonly string VERSION = "2.0.2";
private static readonly string ORIGINAL_MD5 = "f2b84fe5ba64cb64e284be1066ca08ee";
private bool isOriginalLoaded, isModLoaded, isApkLoaded, isLinuxLoaded;
private string localPath, originalPath, modPath, apkPath, linuxPath;
Expand All @@ -39,6 +40,7 @@ public ModPacker()
linuxPath = "";
apkPath = "";

Text = "AM2R ModPacker " + VERSION;
}

#region WinForms events
Expand Down
4 changes: 2 additions & 2 deletions 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]

0 comments on commit bcc5481

Please sign in to comment.