diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-05 00:58:05 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-05 00:58:05 +0100 |
commit | fad0af3fd59883c58224d1ffd1a6aa9668f75851 (patch) | |
tree | 8c49c8135dca3896f202748bb34a930b8424b7d1 /app/version | |
parent | 6b63e1715302215c9c6b923df41fbe4a6635a6b7 (diff) |
Change version for EE in settings appeel_4.99.2eel/4.99.24.99.2
Change-Id: Ic34a8d89deb93b1b8d303dda86e0d524fef7e94b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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 459275e..228481f 100644 --- a/app/version/Version.qml +++ b/app/version/Version.qml @@ -55,7 +55,7 @@ SettingPage { font.pixelSize: 48 } Label { - text: '4.0 (Daring Dab)' + text: '5.0.0rc2 (Electric Eel)' font.pixelSize: 48 Layout.fillWidth: true } |