Skip to content

Commit

Permalink
Update to version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xsacha committed Sep 28, 2014
1 parent 51dea98 commit 7e92a99
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.9.0
VERSION = 1.9.1

# 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 @@ -52,7 +52,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
app.setOrganizationName("Qtness");
app.setOrganizationDomain("qtness.com");
app.setApplicationName("Sachesi");
app.setApplicationVersion("1.9.0");
app.setApplicationVersion("1.9.1");
QNetworkProxyFactory::setUseSystemConfiguration(true);

QQmlApplicationEngine engine;
Expand Down

0 comments on commit 7e92a99

Please sign in to comment.