Skip to content

Commit

Permalink
Fixed build number
Browse files Browse the repository at this point in the history
  • Loading branch information
BradF-99 committed Jun 20, 2019
1 parent 301f5cd commit 1a69b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private static void KillGTASocialClubProcess()

private void BtnCredits_Click(object sender, EventArgs e)
{
MessageBox.Show("Build 14 - compiled on 20/06/19.\n\n" +
MessageBox.Show("v1.17 - compiled on 20/06/19.\n\n" +
"Developers: BradF-99 & Assasindie\n" +
"Testers: joco & charlco\n" +
"Thank you to the testers, as well as " +
Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("GTAPanicButton")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © BradF-99 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("1.17")]
[assembly: AssemblyFileVersion("1.17")]

0 comments on commit 1a69b24

Please sign in to comment.