Skip to content

Commit

Permalink
Update to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xsacha committed Sep 15, 2014
1 parent 3f00703 commit f647ce0
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-114.ico
else:mac: ICON = assets/sachesi-114.icns
else: ICON = assets/sachesi-114.png
VERSION = 1.8.2
VERSION = 1.8.3

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

QQmlApplicationEngine engine;
Expand Down

0 comments on commit f647ce0

Please sign in to comment.