diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2017-06-10 10:38:16 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-12 16:22:45 +0000 |
commit | a2c350866397ac6c9f07a78edd43eabe93d372c3 (patch) | |
tree | 009786dfe47db1f4083262bfe5ad24f677be5ebd /app/version | |
parent | 2dd0895c9d099278ce2afd30a7a3b6ef2502e53e (diff) |
Update version info to Daring Dab
Bug-AGL: SPEC-656
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'app/version')
-rw-r--r-- | app/version/Version.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/version/Version.qml b/app/version/Version.qml index b4d55c8..459275e 100644 --- a/app/version/Version.qml +++ b/app/version/Version.qml @@ -55,7 +55,7 @@ SettingPage { font.pixelSize: 48 } Label { - text: '3.0 (Charming Chinook)' + text: '4.0 (Daring Dab)' font.pixelSize: 48 Layout.fillWidth: true } |