Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
bump version to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyT committed Jan 25, 2020
1 parent 817e464 commit 1aa9409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mainwindow.h
Expand Up @@ -3,8 +3,8 @@
#define MAINWINDOW_H

#define APPNAME "RoboRock Control Center"
#define APPVERS "0.8.7"
#define APPDATE "14.07.2019"
#define APPVERS "0.8.8"
#define APPDATE "25.01.2020"

#define FW_NAME_G1 "v11_00????.fullos.pkg"
#define FW_NAME_G2 "v11_00????.fullos.pkg"
Expand Down
2 changes: 1 addition & 1 deletion setup.cpp
Expand Up @@ -276,7 +276,7 @@ void setupDialog::on_toolButton_ssh_keyfile_clicked()

file_key.close();

if((key.startsWith("-----BEGIN RSA PRIVATE KEY-----\n") && key.endsWith("\n-----END RSA PRIVATE KEY-----\n")) || (key.startsWith("-----BEGIN OPENSSH PRIVATE KEY-----\n") && key.endsWith("\n-----END OPENSSH PRIVATE KEY-----\n"))||(key.startsWith("-----BEGIN EC PRIVATE KEY-----\n") && key.endsWith("\n-----END EC PRIVATE KEY-----\n")))
if((key.startsWith("-----BEGIN RSA PRIVATE KEY-----\n") && key.endsWith("\n-----END RSA PRIVATE KEY-----\n")) || (key.startsWith("-----BEGIN OPENSSH PRIVATE KEY-----\n") && key.endsWith("\n-----END OPENSSH PRIVATE KEY-----\n")) || (key.startsWith("-----BEGIN EC PRIVATE KEY-----\n") && key.endsWith("\n-----END EC PRIVATE KEY-----\n")))
{
lineEdit_ssh_keyfile->setText(file_key.fileName());

Expand Down

0 comments on commit 1aa9409

Please sign in to comment.