Skip to content

Commit

Permalink
Updated version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKrajewski committed May 31, 2015
1 parent 1390c65 commit 2c2ba42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.ui
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<item>
<widget class="QLabel" name="version_lable">
<property name="text">
<string notr="true">Version: 2.1.0</string>
<string notr="true">Version: 2.1.1</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion 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 = 20100;
int currentVersion = 20101;

QNetworkAccessManager manager;
QNetworkRequest request( QUrl("http://sync-my-l2p.de/images/version.txt"));
Expand Down

0 comments on commit 2c2ba42

Please sign in to comment.