Skip to content

Commit

Permalink
Preparing to build a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Apr 26, 2024
1 parent d43468e commit f7eb9bd
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 21 deletions.
2 changes: 1 addition & 1 deletion IMSProg_programmer/dialogabout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DialogAbout::DialogAbout(QWidget *parent) :
ui->label_7->setTextFormat(Qt::RichText);
ui->label_7->setTextInteractionFlags(Qt::TextBrowserInteraction);
ui->label_7->setOpenExternalLinks(true);
ui->label_8->setText("V1.3.6");
ui->label_8->setText("V1.3.7");
}

DialogAbout::~DialogAbout()
Expand Down
Loading

0 comments on commit f7eb9bd

Please sign in to comment.