diff options
| -rw-r--r-- | Project Ports/MainMenu.Designer.cs | 2 | ||||
| -rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs index 047c5cc..cde7004 100644 --- a/Project Ports/MainMenu.Designer.cs +++ b/Project Ports/MainMenu.Designer.cs @@ -63,7 +63,7 @@ this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(270, 38); this.label2.TabIndex = 3; - this.label2.Text = "Copyright (C) 2018 UniverseDG\r\nLicensed with: GPL 3.0"; + this.label2.Text = "Copyright (C) 2019 UniverseDG\r\nLicensed with: GPL 3.0"; // // btnAbout // diff --git a/appveyor.yml b/appveyor.yml index 21ab34e..8dd2b80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2015 +image: Visual Studio 2017 configuration: Debug platform: Any CPU before_build: |
