Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Sep 16, 2020
1 parent 33aa878 commit 5b24488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ SUBDIRS = ramlink reu ultimate

DISK=Tachyon-RL.d64

VERSION=1.0.1

PROGRAMS=\
tachyon-rl.prg \
read-test.prg \
Expand Down Expand Up @@ -35,7 +37,7 @@ backup_OBJECTS = ${TMP:.s=.o}
all: subdirs ${DISK}

dist: all
zip -9rq Tachyon-RL-1.0.zip README.md Tachyon-RL.d64 tachyon-rl.prg
zip -9rq Tachyon-RL-${VERSION}.zip README.md Tachyon-RL.d64 tachyon-rl.prg

.PHONY: subdirs

Expand Down

0 comments on commit 5b24488

Please sign in to comment.