Skip to content

Commit

Permalink
Update to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xsacha committed Sep 4, 2014
1 parent 4766590 commit 40a9108
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.6.0
VERSION = 1.6.1

# Global specific
CONFIG += c++11
Expand Down
2 changes: 1 addition & 1 deletion qml/generic/Title.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "UI" 1.0
ApplicationWindow {
id: window
// TODO: Send version from C++
title: "Sachesi 1.6.0"
title: "Sachesi 1.6.1"
width: 520
height: 480
minimumHeight: 520
Expand Down

0 comments on commit 40a9108

Please sign in to comment.