Skip to content

Commit

Permalink
changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andymanic committed Jan 28, 2022
1 parent de2839d commit 79db5dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OSRTT Launcher/OSRTT Launcher/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public partial class Main : Form
// CHANGE THESE VALUES WHEN ISSUING A NEW RELEASE
private double boardVersion = 2.1;
private double downloadedFirmwareVersion = 2.1;
private string softwareVersion = "2.1";
private string softwareVersion = "2.2";

// TODO //
// Test new testing method (program run instead of device run)
Expand Down
4 changes: 2 additions & 2 deletions OSRTT Launcher/OSRTT Launcher/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("2.0.0.1")]
[assembly: AssemblyFileVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.2")]
[assembly: AssemblyFileVersion("2.0.0.2")]

0 comments on commit 79db5dd

Please sign in to comment.