From 62bf99d4f1ae1a342bb1d234179f7cf36dcc2671 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 3 Sep 2017 12:19:06 +0200 Subject: [PATCH] Bump version to 4.5 --- README.md | 14 ++++++++++++-- ndless/src/resources/Makefile | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ddd4122..7b5243f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Ndless v4.4 r2008 for TI-Nspire OS v4.4.0 -============================================= +Ndless v4.5 r2010 for TI-Nspire OS v4.5.0.1180 +============================================== Installing Ndless on your calculator makes it possible to run assembly programs. @@ -30,6 +30,16 @@ For more in-depth info, visit the wiki: Quick guide =========== +OS 4.5.0 +-------- + +Prerequisites: OS 4.5.0 on CX or CX CAS + +* Transfer ndless_installer_4.5.0.tns into a folder named "ndless" (top-level) +* Transfer ndless_resources.tns into the same folder +* Open the installer and wait +* Have fun! + OS 4.4.0 -------- diff --git a/ndless/src/resources/Makefile b/ndless/src/resources/Makefile index 9decba1d..b2bc6d2a 100644 --- a/ndless/src/resources/Makefile +++ b/ndless/src/resources/Makefile @@ -8,7 +8,7 @@ GENZEHN = genzehn GCCFLAGS = -Wall -Wextra -W -marm LDFLAGS = -Wl,-e,main,--gc-sections -ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2009 +ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2010 ifeq ($(DEBUG),FALSE) GCCFLAGS += -Os