From 87a43c5dd1616f2d142d6bd499ead11825a347b4 Mon Sep 17 00:00:00 2001 From: Harunobu Kurokawa Date: Mon, 5 Mar 2018 15:29:11 +0900 Subject: 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 (cherry picked from commit 5d2bb8dd6c20c74d66b320f407dd6221592ee25a) Change-Id: I3e2ba2abe5312945c567b9f501a2dd4f1f3453ce --- app/version/Version.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/version/Version.qml') 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 } -- cgit 1.2.3-korg