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:56:43 +0000 |
commit | 32be14bbc8f05abaf7ef5cb3e96469afc193d1f0 (patch) | |
tree | 352dc8aba86e400733a3a6f752998be31e3ba867 /app/version/Version.qml | |
parent | a1a2075713e6c9f607b0ffa50213883582b4fefe (diff) |
Update version info to Daring Dabdab_4.0.3dab_4.0.2dab_4.0.1dab_4.0.0dab_3.99.3dab/4.0.3dab/4.0.2dab/4.0.1dab/4.0.0dab/3.99.34.0.34.0.24.0.14.0.03.99.3dab
Bug-AGL: SPEC-656
Change-Id: I7a03e26c243dac028d4167c70e540e273cd5b782
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'app/version/Version.qml')
-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 } |