From 11ae855367d77c7f5fe27121a83898ae08039a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Sat, 19 Oct 2019 17:31:33 +0200 Subject: [PATCH] Add: GitLab build number --- apps/rpn | 2 +- scripts/config.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rpn b/apps/rpn index 41c51316e..4cda392fd 160000 --- a/apps/rpn +++ b/apps/rpn @@ -1 +1 @@ -Subproject commit 41c51316e3093ceeaadac7186d7e7e9325f97ce9 +Subproject commit 4cda392fdd5764620daf95c01e6d9f26a280b5e3 diff --git a/scripts/config.mak b/scripts/config.mak index b984869b9..8bd31f74d 100644 --- a/scripts/config.mak +++ b/scripts/config.mak @@ -4,7 +4,7 @@ PLATFORM ?= device DEBUG ?= 0 EPSILON_VERSION ?= 11.2.0 -EPSILON_CUSTOM_VERSION ?= 1.8.2 +EPSILON_CUSTOM_VERSION ?= 1.8.2-0 EPSILON_ONBOARDING_APP ?= 1 # Valid values are "none", "update", "beta" EPSILON_BOOT_PROMPT ?= none