Skip to content

Commit

Permalink
Bump revision to 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogtinator committed Sep 30, 2020
1 parent 7d83169 commit 79d2aa6
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 r2015 for TI-Nspire OS <= v5.2.0.771
Ndless r2016 for TI-Nspire OS <= v5.2.0.771
===========================================

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 2015
ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2016

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 52
#define NDLESS_REVISION 2015
#define NDLESS_REVISION 2016
#define NDLESS_MAX_OSID 36

0 comments on commit 79d2aa6

Please sign in to comment.