diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2018-03-05 15:29:11 +0900 |
---|---|---|
committer | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2018-03-05 15:32:57 +0900 |
commit | 5d2bb8dd6c20c74d66b320f407dd6221592ee25a (patch) | |
tree | 8103d1dd2b8c577bc09b349e23cf462120ac8015 /app/version/Version.qml | |
parent | b50f32e75fbaf26a4906e43265c9d1d8579743ae (diff) |
Improve version information for AGL UCB.
Version information is hardcoded. This commit support
AGL UCB version automatically from /etc/os-release
Bug-AGL: SPEC-656
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 228481f..8d47ad5 100644 --- a/app/version/Version.qml +++ b/app/version/Version.qml @@ -55,7 +55,7 @@ SettingPage { font.pixelSize: 48 } Label { - text: '5.0.0rc2 (Electric Eel)' + text: ucb font.pixelSize: 48 Layout.fillWidth: true } |