File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ bool AboutController::handleEvent(Ion::Events::Event event) {
53
53
if (childLabel == I18n::Message::OmegaVersion) {
54
54
MessageTableCellWithBuffer * myCell = (MessageTableCellWithBuffer *)m_selectableTableView.selectedCell ();
55
55
if (strcmp (myCell->accessoryText (), Ion::omegaVersion ()) == 0 ) {
56
- myCell->setAccessoryText (" Dev " ); // Change for public/dev
56
+ myCell->setAccessoryText (" Public " ); // Change for public/dev
57
57
return true ;
58
58
}
59
59
myCell->setAccessoryText (Ion::omegaVersion ());
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DEBUG ?= 0
5
5
6
6
HOME_DISPLAY_EXTERNALS ?= 1
7
7
EPSILON_VERSION ?= 14.4.1
8
- OMEGA_VERSION ?= 1.20.0
8
+ OMEGA_VERSION ?= 1.20.1
9
9
# USERNAME ?= N/A
10
10
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external
11
11
EPSILON_I18N ?= en fr nl pt it de es hu
You can’t perform that action at this time.
0 commit comments