Skip to content

Commit

Permalink
Bumped vesion no's to 2.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Dorie committed Oct 5, 2016
1 parent 97210e4 commit 04d58ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Firmware-C/elev8-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ void Initialize(void)
CompassConfigStep = 0;
FlightMode = FlightMode_Stable;
ControlMode = ControlMode_AutoLevel;
Stats.Version = 0x0200; // Version 2.0.0
Stats.Version = 0x0201; // Version 2.0.1

InitSerial();

Expand Down
2 changes: 1 addition & 1 deletion GroundStation-Qt/aboutbox.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<item>
<widget class="QLabel" name="lblVersion">
<property name="text">
<string>Version 2.0.0</string>
<string>Version 2.0.1</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion GroundStation-Qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ MainWindow::MainWindow(QWidget *parent) :
// set text for the label
labelStatus->setText("Connecting...");
labelStatus->setContentsMargins( 5, 1, 5, 1 );
labelGSVersion->setText("GroundStation Version 2.0.0");
labelGSVersion->setText("GroundStation Version 2.0.1");
labelFWVersion->setText( "Firmware Version -.-.-");

// add the controls to the status bar
Expand Down
8 changes: 4 additions & 4 deletions InstallGroundStation-Qt.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[Setup]
AppName=Parallax GroundStation
AppVersion=2.0.0
AppVersion=2.0.1
AppSupportURL=https://www.parallax.com/support
AppSupportPhone=1-916-624-8333

Expand All @@ -14,7 +14,7 @@ UninstallDisplayIcon={app}\GroundStation.exe
Compression=lzma2
SolidCompression=yes
OutputDir=.
OutputBaseFilename=80204-Parallax-GroundStation-v2.0.0
OutputBaseFilename=80204-Parallax-GroundStation-v2.0.1

WizardImageFile=InstallerLogo.bmp
WizardImageStretch=yes
Expand All @@ -24,8 +24,8 @@ Name: desktopicon; Description: "Create a desktop icon"; GroupDescription: "Addi

[Files]
Source: "Groundstation-Release\*.*"; DestDir: "{app}"; Flags: recursesubdirs
Source: "GroundStation-Qt\*.*"; DestDir: "{userdocs}\ParallaxInc\Elev8-Sources\V2.0.0\GroundStation-Qt"; Flags: recursesubdirs; Excludes: "GroundStation.pro.user,.gitignore"
Source: "Firmware-C\*.*"; DestDir: "{userdocs}\ParallaxInc\Elev8-Sources\V2.0.0\Firmware-C"; Excludes: ".gitignore"
Source: "GroundStation-Qt\*.*"; DestDir: "{userdocs}\ParallaxInc\Elev8-Sources\V2.0.1\GroundStation-Qt"; Flags: recursesubdirs; Excludes: "GroundStation.pro.user,.gitignore"
Source: "Firmware-C\*.*"; DestDir: "{userdocs}\ParallaxInc\Elev8-Sources\V2.0.1\Firmware-C"; Excludes: ".gitignore"

[Icons]
Name: "{group}\Parallax GroundStation"; Filename: "{app}\GroundStation.exe"
Expand Down

0 comments on commit 04d58ce

Please sign in to comment.