Skip to content

Commit

Permalink
Version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Refshauge committed May 12, 2018
1 parent a627710 commit 465ad36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sachesi.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET="Sachesi"
win32: RC_ICONS += assets/sachesi.ico
else:mac: ICON = assets/sachesi.icns
else: ICON = assets/sachesi.png
VERSION = 2.0.3
VERSION = 2.0.4

# Global specific
CONFIG += c++11
Expand Down
2 changes: 1 addition & 1 deletion src/sachesi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
app.setOrganizationName("Qtness");
app.setOrganizationDomain("qtness.com");
app.setApplicationName("Sachesi");
app.setApplicationVersion("2.0.3");
app.setApplicationVersion("2.0.4");

// Use system proxy except where not possible
QNetworkProxyFactory::setUseSystemConfiguration(true);
Expand Down

0 comments on commit 465ad36

Please sign in to comment.