mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Omega 1.20.0
This commit is contained in:
@@ -53,7 +53,7 @@ bool AboutController::handleEvent(Ion::Events::Event event) {
|
||||
if (childLabel == I18n::Message::CustomSoftwareVersion) {
|
||||
MessageTableCellWithBuffer * myCell = (MessageTableCellWithBuffer *)m_selectableTableView.selectedCell();
|
||||
if (strcmp(myCell->accessoryText(), Ion::customSoftwareVersion()) == 0) {
|
||||
myCell->setAccessoryText("Public"); //Change for public/dev
|
||||
myCell->setAccessoryText("Dev"); //Change for public/dev
|
||||
return true;
|
||||
}
|
||||
myCell->setAccessoryText(Ion::customSoftwareVersion());
|
||||
|
||||
@@ -7,7 +7,7 @@ include build/defaults.mak
|
||||
include build/platform.$(PLATFORM).mak
|
||||
|
||||
EPSILON_VERSION ?= 13.0.0
|
||||
EPSILON_CUSTOM_VERSION ?= 1.19.0-0
|
||||
EPSILON_CUSTOM_VERSION ?= 1.20.0
|
||||
# USERNAME ?= N/A
|
||||
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external
|
||||
EPSILON_I18N ?= en fr es de pt hu
|
||||
|
||||
Reference in New Issue
Block a user