Skip to content

Commit

Permalink
Change version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKrajewski committed Oct 18, 2020
1 parent e9868eb commit ec28291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/info.ui
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<item>
<widget class="QLabel" name="version_lable">
<property name="text">
<string notr="true">Version: 2.4.1</string>
<string notr="true">Version: 2.4.2</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/mymainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void MyMainWindow::removeOldSettings()

void MyMainWindow::checkForUpdate()
{
int currentVersion = 20401;
int currentVersion = 20402;

QNetworkAccessManager manager;
QNetworkRequest request(QUrl("https://www.syncmyl2p.de/version.txt"));
Expand Down

0 comments on commit ec28291

Please sign in to comment.