Skip to content

Commit

Permalink
Bump revision to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogtinator committed Mar 14, 2023
1 parent eda6325 commit 91b3a60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ndless r2018 for TI-Nspire OS <= v5.3.0.564
Ndless r2019 for TI-Nspire OS <= v5.3.0.564
===========================================

Installing Ndless on your calculator makes it possible to run assembly programs.
Expand Down
2 changes: 1 addition & 1 deletion ndless/src/resources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 2018
ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2019

ifeq ($(DEBUG),FALSE)
GCCFLAGS += -Os
Expand Down
2 changes: 1 addition & 1 deletion ndless/src/resources/ndless_version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define NDLESS_VERSION 53
#define NDLESS_REVISION 2018
#define NDLESS_REVISION 2019
#define NDLESS_MAX_OSID 41

0 comments on commit 91b3a60

Please sign in to comment.