Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKrajewski committed Jan 5, 2016
1 parent c1cdaa4 commit 671169c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.ui
Expand Up @@ -77,7 +77,7 @@
<item>
<widget class="QLabel" name="version_lable">
<property name="text">
<string notr="true">Version: 2.1.1</string>
<string notr="true">Version: 2.2.0</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion mymainwindow.cpp
Expand Up @@ -134,7 +134,7 @@ void MyMainWindow::removeOldSettings()

void MyMainWindow::checkForUpdate()
{
int currentVersion = 20101;
int currentVersion = 20200;

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

0 comments on commit 671169c

Please sign in to comment.