We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1390c65 commit 2c2ba42Copy full SHA for 2c2ba42
info.ui
@@ -77,7 +77,7 @@
77
<item>
78
<widget class="QLabel" name="version_lable">
79
<property name="text">
80
- <string notr="true">Version: 2.1.0</string>
+ <string notr="true">Version: 2.1.1</string>
81
</property>
82
</widget>
83
</item>
mymainwindow.cpp
@@ -135,7 +135,7 @@ void MyMainWindow::removeOldSettings()
135
136
void MyMainWindow::checkForUpdate()
137
{
138
- int currentVersion = 20100;
+ int currentVersion = 20101;
139
140
QNetworkAccessManager manager;
141
QNetworkRequest request( QUrl("http://sync-my-l2p.de/images/version.txt"));
0 commit comments