Skip to content

Commit 4af76cc

Browse files
committed
[omega] 1.20.1
1 parent 93c431b commit 4af76cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/settings/sub_menu/about_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ bool AboutController::handleEvent(Ion::Events::Event event) {
5353
if (childLabel == I18n::Message::OmegaVersion) {
5454
MessageTableCellWithBuffer * myCell = (MessageTableCellWithBuffer *)m_selectableTableView.selectedCell();
5555
if (strcmp(myCell->accessoryText(), Ion::omegaVersion()) == 0) {
56-
myCell->setAccessoryText("Dev"); //Change for public/dev
56+
myCell->setAccessoryText("Public"); //Change for public/dev
5757
return true;
5858
}
5959
myCell->setAccessoryText(Ion::omegaVersion());

build/config.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DEBUG ?= 0
55

66
HOME_DISPLAY_EXTERNALS ?= 1
77
EPSILON_VERSION ?= 14.4.1
8-
OMEGA_VERSION ?= 1.20.0
8+
OMEGA_VERSION ?= 1.20.1
99
# USERNAME ?= N/A
1010
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external
1111
EPSILON_I18N ?= en fr nl pt it de es hu

0 commit comments

Comments
 (0)