Skip to content

Commit 0885099

Browse files
committed
Rationalise version numbers
1 parent 8ebed4f commit 0885099

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

installer/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
cat ../rom/VERSION > version.txt
3-
scp *.tzx *.tap *.bin vexed4.alioth.net:/var/www/vhosts/spectrum.alioth.net/www/downloads
3+
scp *.tzx *.tap *.bin vexed5.alioth.net:/var/www/vhosts/spectrum.alioth.net/www/downloads
44
scp *.bin vexed4.alioth.net:/home/tnfsd/tnfsroot/firmware
55
scp version.txt vexed4.alioth.net:/home/tnfsd/tnfsroot/firmware
66

rom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ver: $(VERFILE) $(VERWORDFILE)
7272
$(VERFILE):
7373
echo "bldstr: defb \"`whoami`@`hostname` R`cat VERSION`\",0x0a,0" > $(VERFILE)
7474
$(VERWORDFILE):
75-
echo "bldver equ `cat VERWORD`" > $(VERWORDFILE)
75+
echo "bldver equ `cat VERSION`" > $(VERWORDFILE)
7676

7777
p0syms: page0 $(P0SYMS)
7878
$(P0SYMS):

rom/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
602
1+
1002

rom/VERWORD

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)