Skip to content

Commit

Permalink
Change version to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKrajewski committed Apr 27, 2019
1 parent b0a492b commit b35e606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gui/info.ui
Expand Up @@ -89,7 +89,7 @@
<item>
<widget class="QLabel" name="version_lable">
<property name="text">
<string notr="true">Version: 2.4.0</string>
<string notr="true">Version: 2.4.1</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -150,7 +150,7 @@
<item>
<widget class="QLabel" name="homepage_link">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Offizielle Webseite: &lt;br/&gt;&lt;a href=&quot;http://www.SyncMyL2P.de&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.SyncMyL2P.de&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Offizielle Webseite: &lt;br/&gt;&lt;a href=&quot;https://www.SyncMyL2P.de&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://www.SyncMyL2P.de&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/mymainwindow.cpp
Expand Up @@ -135,7 +135,7 @@ void MyMainWindow::removeOldSettings()

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

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

0 comments on commit b35e606

Please sign in to comment.