From 248df7b590e73ed2f6cffa6bd117c0b23e68847a Mon Sep 17 00:00:00 2001 From: antoniovillena <_@antoniovillena.es> Date: Tue, 4 May 2021 22:56:17 +0200 Subject: [PATCH] updated version number --- utils/back32m.asm | 2 +- utils/upgr32m.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/back32m.asm b/utils/back32m.asm index 669d177..86f14c7 100644 --- a/utils/back32m.asm +++ b/utils/back32m.asm @@ -45,7 +45,7 @@ include zxuno.def include esxdos.def - define VERSION "0.1" + define VERSION "0.1.1" IF zxdos=1 define FLASH_FILE "FLASH_32.ZX2" ELSE diff --git a/utils/upgr32m.asm b/utils/upgr32m.asm index 5ba90e2..b198477 100644 --- a/utils/upgr32m.asm +++ b/utils/upgr32m.asm @@ -42,7 +42,7 @@ include zxuno.def include esxdos.def - define VERSION "0.1" + define VERSION "0.1.1" IF zxdos=1 define FLASH_FILE "FLASH_32.ZX2" ELSE