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