From 872716c538cd4356e2774fa11306c085d78f85ba Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sun, 26 Nov 2023 00:05:39 +0100 Subject: [PATCH] Bump all versions to 3.9.5 - reflecting the X16-R46 support. --- 6502/C64/src/vf-head-c16.fth | 4 ++-- 6502/C64/src/vf-head-c64.fth | 2 +- 6502/C64/src/vf-head-x16.fth | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/6502/C64/src/vf-head-c16.fth b/6502/C64/src/vf-head-c16.fth index 012ecb2..ca8446a 100644 --- a/6502/C64/src/vf-head-c16.fth +++ b/6502/C64/src/vf-head-c16.fth @@ -28,5 +28,5 @@ here dup origin! $100 allot Create logo - (C16+ ," volksFORTH-83 3.9.4-C16+ " ) - (C16- ," volksFORTH-83 3.9.4-C16- " ) + (C16+ ," volksFORTH-83 3.9.5-C16+ " ) + (C16- ," volksFORTH-83 3.9.5-C16- " ) diff --git a/6502/C64/src/vf-head-c64.fth b/6502/C64/src/vf-head-c64.fth index 7e4d7f0..994bc03 100644 --- a/6502/C64/src/vf-head-c64.fth +++ b/6502/C64/src/vf-head-c64.fth @@ -28,4 +28,4 @@ here dup origin! $100 allot Create logo - ," volksFORTH-83 3.9.4-C64 " + ," volksFORTH-83 3.9.5-C64 " diff --git a/6502/C64/src/vf-head-x16.fth b/6502/C64/src/vf-head-x16.fth index 4671b87..4771059 100644 --- a/6502/C64/src/vf-head-x16.fth +++ b/6502/C64/src/vf-head-x16.fth @@ -27,4 +27,4 @@ here dup origin! $100 allot Create logo - ," volksFORTH-83 3.9.4-X16 " + ," volksFORTH-83 3.9.5-X16 "