From cf39a060d338727b0005e14cb37494cd0b66c64d Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 29 Oct 2019 21:32:12 +0100 Subject: [PATCH] [1.10.0] Omega now with RPN app --- apps/rpn | 2 +- build/config.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/rpn b/apps/rpn index 4cda392fd..0919da01d 160000 --- a/apps/rpn +++ b/apps/rpn @@ -1 +1 @@ -Subproject commit 4cda392fdd5764620daf95c01e6d9f26a280b5e3 +Subproject commit 0919da01d596546d678a472e634984a417634213 diff --git a/build/config.mak b/build/config.mak index 5872af82e..138d585ff 100644 --- a/build/config.mak +++ b/build/config.mak @@ -4,9 +4,9 @@ PLATFORM ?= device DEBUG ?= 0 EPSILON_VERSION ?= 12.0.0 -EPSILON_CUSTOM_VERSION ?= 1.9.1-0 +EPSILON_CUSTOM_VERSION ?= 1.10.0-0 # Valid values are "none", "update", "beta" -EPSILON_APPS ?= calculation graph code statistics probability solver sequence regression settings +EPSILON_APPS ?= calculation rpn graph code statistics probability solver sequence regression settings EPSILON_I18N ?= en fr es de pt EPSILON_GETOPT ?= 0 ESCHER_LOG_EVENTS_BINARY ?= 0