Skip to content

Commit 91b3a60

Browse files
committed
Bump revision to 2019
1 parent eda6325 commit 91b3a60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ndless r2018 for TI-Nspire OS <= v5.3.0.564
1+
Ndless r2019 for TI-Nspire OS <= v5.3.0.564
22
===========================================
33

44
Installing Ndless on your calculator makes it possible to run assembly programs.

ndless/src/resources/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GENZEHN = genzehn
88

99
GCCFLAGS = -Wall -Wextra -W -marm
1010
LDFLAGS = -Wl,-e,main,--gc-sections
11-
ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2018
11+
ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2019
1212

1313
ifeq ($(DEBUG),FALSE)
1414
GCCFLAGS += -Os
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define NDLESS_VERSION 53
2-
#define NDLESS_REVISION 2018
2+
#define NDLESS_REVISION 2019
33
#define NDLESS_MAX_OSID 41

0 commit comments

Comments
 (0)