From 75e2b1ca526dfe606d7b1810516a951891fa7692 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sun, 27 Dec 2020 22:19:34 +0100 Subject: [PATCH] Bump version 3.91 -> 3.9.2 --- 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 2542313..9d8788a 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.91-C16+ " ) - (C16- ," volksFORTH-83 3.91-C16- " ) + (C16+ ," volksFORTH-83 3.9.2-C16+ " ) + (C16- ," volksFORTH-83 3.9.2-C16- " ) diff --git a/6502/C64/src/vf-head-c64.fth b/6502/C64/src/vf-head-c64.fth index 45159b6..140eb3e 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.91-C64 " + ," volksFORTH-83 3.9.2-C64 " diff --git a/6502/C64/src/vf-head-x16.fth b/6502/C64/src/vf-head-x16.fth index 9503a1d..6da58ee 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.91-X16 " + ," volksFORTH-83 3.9.2-X16 "